#A02D78

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

Shades of Medium Red Violet #A02D78

Tints of Medium Red Violet #A02D78

Color information

#A02D78 (or 0xA02D78) is unknown color: approx Medium Red Violet. HEX triplet: A0, 2D and 78. RGB value is (160,45,120). Sum of RGB (Red+Green+Blue) = 160+45+120=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02D78 is #5FD287. Grayscale: #575757. Windows color (decimal): -6279816 or 7876000. OLE color: 7876000.

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

Color convert

RGB16045120-
CMYK00.720.250.37
HSL320.87º56.1%40.2%-
HSV(B)320.87º71.88%62.75%-
XYZ18.8310.7118.84-
YUV87.94146.1179.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 45 (17.97% from 255) = 13.85%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=49.23%
G=13.85%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604512000.720.250.37320.8756.140.2
HexA02D7804819251413828
Octal24055170011031455017050
Binary1010000010110111110000100100011001100101101000001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02D78; }

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

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

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

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

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

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

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

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