#A02B98

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

Shades of Vivid Violet #A02B98

Tints of Vivid Violet #A02B98

Color information

#A02B98 (or 0xA02B98) is unknown color: approx Vivid Violet. HEX triplet: A0, 2B and 98. RGB value is (160,43,152). Sum of RGB (Red+Green+Blue) = 160+43+152=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02B98 is #5FD467. Grayscale: #5A5A5A. Windows color (decimal): -6280296 or 9972640. OLE color: 9972640.

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

Color convert

RGB16043152-
CMYK00.730.050.37
HSL304.1º57.64%39.8%-
HSV(B)304.1º73.12%62.75%-
XYZ21.0311.4730.81-
YUV90.41162.76177.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 43 (17.19% from 255) = 12.11%
BLUE value IS 152 (59.77% from 255) = 42.82%
R=45.07%
G=12.11%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604315200.730.050.37304.157.6439.8
HexA02B980495251303a28
Octal2405323001115454607250
Binary101000001010111001100001001001101100101100110000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02B98; }

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

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

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

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

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

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

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

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