#A02F78

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

Shades of Medium Red Violet #A02F78

Tints of Medium Red Violet #A02F78

Color information

#A02F78 (or 0xA02F78) is unknown color: approx Medium Red Violet. HEX triplet: A0, 2F and 78. RGB value is (160,47,120). Sum of RGB (Red+Green+Blue) = 160+47+120=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02F78 is #5FD087. Grayscale: #585858. Windows color (decimal): -6279304 or 7876512. OLE color: 7876512.

HSL color Cylindrical-coordinate representation of color #A02F78: hue angle of 321.24º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02F78 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB16047120-
CMYK00.710.250.37
HSL321.24º54.59%40.59%-
HSV(B)321.24º70.63%62.75%-
XYZ18.910.8618.87-
YUV89.11145.44178.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.93%
GREEN value IS 47 (18.75% from 255) = 14.37%
BLUE value IS 120 (47.27% from 255) = 36.70%
R=48.93%
G=14.37%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604712000.710.250.37321.2454.5940.59
HexA02F7804719251413729
Octal24057170010731455016751
Binary1010000010111111110000100011111001100101101000001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02F78; }

 p { color: rgb(160,47,120); }

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

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

 a { background-color: rgb(160,47,120); }

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

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

 span { border-color: rgb(160,47,120); }

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