#a02b84

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

Shades of Medium Red Violet #A02B84

Tints of Medium Red Violet #A02B84

Color information

#A02B84 (or 0xA02B84) is unknown color: approx Medium Red Violet. HEX triplet: A0, 2B and 84. RGB value is (160,43,132). Sum of RGB (Red+Green+Blue) = 160+43+132=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02B84 is #5FD47B. Grayscale: #575757. Windows color (decimal): -6280316 or 8661920. OLE color: 8661920.

HSL color Cylindrical-coordinate representation of color #A02B84: hue angle of 314.36º degrees, saturation: 0.58, 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 #A02B84 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16043132-
CMYK00.730.170.37
HSL314.36º57.64%39.8%-
HSV(B)314.36º73.12%62.75%-
XYZ19.5310.8722.9-
YUV88.13152.76179.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 43 (17.19% from 255) = 12.84%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=47.76%
G=12.84%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604313200.730.170.37314.3657.6439.8
HexA02B84049112513a3a28
Octal24053204011121454727250
Binary10100000101011100001000100100110001100101100111010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a02b84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a02b84; }

 p { color: rgb(160,43,132); }

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

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

 a { background-color: rgb(160,43,132); }

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

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

 span { border-color: rgb(160,43,132); }

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