#A02A77

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

Shades of Medium Red Violet #A02A77

Tints of Medium Red Violet #A02A77

Color information

#A02A77 (or 0xA02A77) is unknown color: approx Medium Red Violet. HEX triplet: A0, 2A and 77. RGB value is (160,42,119). Sum of RGB (Red+Green+Blue) = 160+42+119=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A77 is #5FD588. Grayscale: #555555. Windows color (decimal): -6280585 or 7809696. OLE color: 7809696.

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

Color convert

RGB16042119-
CMYK00.740.260.37
HSL320.85º58.42%39.61%-
HSV(B)320.85º73.75%62.75%-
XYZ18.6510.4618.49-
YUV86.06146.59180.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 42 (16.80% from 255) = 13.08%
BLUE value IS 119 (46.88% from 255) = 37.07%
R=49.84%
G=13.08%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604211900.740.260.37320.8558.4239.61
HexA02A7704A1A251413a28
Octal24052167011232455017250
Binary1010000010101011101110100101011010100101101000001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02A77; }

 p { color: rgb(160,42,119); }

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

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

 a { background-color: rgb(160,42,119); }

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

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

 span { border-color: rgb(160,42,119); }

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