#A202CE

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

Shades of Dark Violet #A202CE

Tints of Dark Violet #A202CE

Color information

#A202CE (or 0xA202CE) is unknown color: approx Dark Violet. HEX triplet: A2, 02 and CE. RGB value is (162,2,206). Sum of RGB (Red+Green+Blue) = 162+2+206=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #A202CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A202CE is #5DFD31. Grayscale: #484848. Windows color (decimal): -6159666 or 13501090. OLE color: 13501090.

HSL color Cylindrical-coordinate representation of color #A202CE: hue angle of 287.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A202CE is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1622206-
CMYK0.210.9900.19
HSL287.06º98.08%40.78%-
HSV(B)287.06º99.03%80.78%-
XYZ26.0612.1859.37-
YUV73.1203.01191.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 206 (80.86% from 255) = 55.68%
R=43.78%
G=0.54%
B=55.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal16222060.210.9900.19287.0698.0840.78
HexA22CE156301311f6229
Octal24223162514302343714251
Binary1010001010110011101010111000110100111000111111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A202CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A202CE; }

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

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

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

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

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

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

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

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