#A02B99

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

Shades of Vivid Violet #A02B99

Tints of Vivid Violet #A02B99

Color information

#A02B99 (or 0xA02B99) is unknown color: approx Vivid Violet. HEX triplet: A0, 2B and 99. RGB value is (160,43,153). Sum of RGB (Red+Green+Blue) = 160+43+153=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02B99 is #5FD466. Grayscale: #5A5A5A. Windows color (decimal): -6280295 or 10038176. OLE color: 10038176.

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

Color convert

RGB16043153-
CMYK00.730.040.37
HSL303.59º57.64%39.8%-
HSV(B)303.59º73.12%62.75%-
XYZ21.1111.531.24-
YUV90.52163.26177.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.94%
GREEN value IS 43 (17.19% from 255) = 12.08%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=44.94%
G=12.08%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604315300.730.040.37303.5957.6439.8
HexA02B990494251303a28
Octal2405323101114454607250
Binary101000001010111001100101001001100100101100110000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02B99; }

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

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

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

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

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

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

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

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