#A02C89

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

Shades of Medium Red Violet #A02C89

Tints of Medium Red Violet #A02C89

Color information

#A02C89 (or 0xA02C89) is unknown color: approx Medium Red Violet. HEX triplet: A0, 2C and 89. RGB value is (160,44,137). Sum of RGB (Red+Green+Blue) = 160+44+137=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02C89 is #5FD376. Grayscale: #595959. Windows color (decimal): -6280055 or 8989856. OLE color: 8989856.

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

Color convert

RGB16044137-
CMYK00.720.140.37
HSL311.9º56.86%40%-
HSV(B)311.9º72.5%62.75%-
XYZ19.9111.0824.76-
YUV89.29154.93178.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 44 (17.58% from 255) = 12.90%
BLUE value IS 137 (53.91% from 255) = 40.18%
R=46.92%
G=12.90%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604413700.720.140.37311.956.8640
HexA02C89048E251383928
Octal24054211011016454707150
Binary1010000010110010001001010010001110100101100111000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02C89; }

 p { color: rgb(160,44,137); }

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

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

 a { background-color: rgb(160,44,137); }

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

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

 span { border-color: rgb(160,44,137); }

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