#a9297c

Color #A9297C Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A9297C

Tints of Medium Red Violet #A9297C

Color information

#A9297C (or 0xA9297C) is unknown color: approx Medium Red Violet. HEX triplet: A9, 29 and 7C. RGB value is (169,41,124). Sum of RGB (Red+Green+Blue) = 169+41+124=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A9297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9297C is #56D683. Grayscale: #585858. Windows color (decimal): -5691012 or 8137129. OLE color: 8137129.

HSL color Cylindrical-coordinate representation of color #A9297C: hue angle of 321.09º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9297C is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB16941124-
CMYK00.760.270.34
HSL321.09º60.95%41.18%-
HSV(B)321.09º75.74%66.27%-
XYZ20.7911.4820.19-
YUV88.73147.91185.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 50.60%
GREEN value IS 41 (16.41% from 255) = 12.28%
BLUE value IS 124 (48.83% from 255) = 37.13%
R=50.60%
G=12.28%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694112400.760.270.34321.0960.9541.18
HexA9297C04C1B221413d29
Octal25151174011433425017551
Binary1010100110100111111000100110011011100010101000001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9297c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9297c; }

 p { color: rgb(169,41,124); }

 H1.HeaderClassName
 {
   color: #a9297c;
 }
 .AnyTagClassName
 {
   color: #a9297c;
 }
</style>
background-color css

<style>
 a { background-color: #a9297c; }

 a { background-color: rgb(169,41,124); }

 div.DivClassName
 {
   background-color: #a9297c;
 }
 .BgClassName
 {
   background-color: #a9297c;
 }
</style>
border-color css

<style>
 span { border-color: #a9297c; }

 span { border-color: rgb(169,41,124); }

 td.TdClassName
 {
   border-color: #a9297c;
 }
 .TagClassName
 {
   border-color: #a9297c;
 }
</style>