#A202B3

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

Shades of Dark Violet #A202B3

Tints of Dark Violet #A202B3

Color information

#A202B3 (or 0xA202B3) is unknown color: approx Dark Violet. HEX triplet: A2, 02 and B3. RGB value is (162,2,179). Sum of RGB (Red+Green+Blue) = 162+2+179=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #A202B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A202B3 is #5DFD4C. Grayscale: #454545. Windows color (decimal): -6159693 or 11731618. OLE color: 11731618.

HSL color Cylindrical-coordinate representation of color #A202B3: hue angle of 294.24º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A202B3 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1622179-
CMYK0.090.9900.30
HSL294.24º97.79%35.49%-
HSV(B)294.24º98.88%70.2%-
XYZ23.0610.9843.55-
YUV70.02189.51193.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 179 (70.31% from 255) = 52.19%
R=47.23%
G=0.58%
B=52.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16221790.090.9900.30294.2497.7935.49
HexA22B396301E1266223
Octal24222631114303644614243
Binary101000101010110011100111000110111101001001101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A202B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A202B3; }

 p { color: rgb(162,2,179); }

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

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

 a { background-color: rgb(162,2,179); }

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

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

 span { border-color: rgb(162,2,179); }

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