#A202B9

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

Shades of Dark Violet #A202B9

Tints of Dark Violet #A202B9

Color information

#A202B9 (or 0xA202B9) is unknown color: approx Dark Violet. HEX triplet: A2, 02 and B9. RGB value is (162,2,185). Sum of RGB (Red+Green+Blue) = 162+2+185=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 185 (72.66% from 255 or 53.01% from 349); Max value from RGB is 185 - color contains mainly: blue. Hex color #A202B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A202B9 is #5DFD46. Grayscale: #464646. Windows color (decimal): -6159687 or 12124834. OLE color: 12124834.

HSL color Cylindrical-coordinate representation of color #A202B9: hue angle of 292.46º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A202B9 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1622185-
CMYK0.120.9900.27
HSL292.46º97.86%36.67%-
HSV(B)292.46º98.92%72.55%-
XYZ23.6811.2346.82-
YUV70.7192.51193.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 185 (72.66% from 255) = 53.01%
R=46.42%
G=0.57%
B=53.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16221850.120.9900.27292.4697.8636.67
HexA22B9C6301B1246225
Octal24222711414303344414245
Binary101000101010111001110011000110110111001001001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A202B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A202B9; }

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

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

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

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

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

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

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

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