#A02C88

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

Shades of Medium Red Violet #A02C88

Tints of Medium Red Violet #A02C88

Color information

#A02C88 (or 0xA02C88) is unknown color: approx Medium Red Violet. HEX triplet: A0, 2C and 88. RGB value is (160,44,136). Sum of RGB (Red+Green+Blue) = 160+44+136=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02C88 is #5FD377. Grayscale: #585858. Windows color (decimal): -6280056 or 8924320. OLE color: 8924320.

HSL color Cylindrical-coordinate representation of color #A02C88: hue angle of 312.41º 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 #A02C88 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB16044136-
CMYK00.720.150.37
HSL312.41º56.86%40%-
HSV(B)312.41º72.5%62.75%-
XYZ19.8411.0524.38-
YUV89.17154.43178.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.06%
GREEN value IS 44 (17.58% from 255) = 12.94%
BLUE value IS 136 (53.52% from 255) = 40%
R=47.06%
G=12.94%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604413600.720.150.37312.4156.8640
HexA02C88048F251383928
Octal24054210011017454707150
Binary1010000010110010001000010010001111100101100111000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02C88; }

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

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

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

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

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

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

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

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