#A202B4

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

Shades of Dark Violet #A202B4

Tints of Dark Violet #A202B4

Color information

#A202B4 (or 0xA202B4) is unknown color: approx Dark Violet. HEX triplet: A2, 02 and B4. RGB value is (162,2,180). Sum of RGB (Red+Green+Blue) = 162+2+180=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 180 (70.70% from 255 or 52.33% from 344); Max value from RGB is 180 - color contains mainly: blue. Hex color #A202B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A202B4 is #5DFD4B. Grayscale: #454545. Windows color (decimal): -6159692 or 11797154. OLE color: 11797154.

HSL color Cylindrical-coordinate representation of color #A202B4: hue angle of 293.93º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A202B4 is Cyan = 0.1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1622180-
CMYK0.10.9900.29
HSL293.93º97.8%35.69%-
HSV(B)293.93º98.89%70.59%-
XYZ23.1611.0244.09-
YUV70.13190.01193.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 180 (70.70% from 255) = 52.33%
R=47.09%
G=0.58%
B=52.33%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16221800.10.9900.29293.9397.835.69
HexA22B4A6301D1266224
Octal24222641214303544614244
Binary101000101010110100101011000110111011001001101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A202B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A202B4; }

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

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

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

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

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

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

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

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