#A202CA

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

Shades of Dark Violet #A202CA

Tints of Dark Violet #A202CA

Color information

#A202CA (or 0xA202CA) is unknown color: approx Dark Violet. HEX triplet: A2, 02 and CA. RGB value is (162,2,202). Sum of RGB (Red+Green+Blue) = 162+2+202=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #A202CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A202CA is #5DFD35. Grayscale: #484848. Windows color (decimal): -6159670 or 13238946. OLE color: 13238946.

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

Color convert

RGB1622202-
CMYK0.200.9900.21
HSL288º98.04%40%-
HSV(B)288º99.01%79.22%-
XYZ25.5811.9956.84-
YUV72.64201.01191.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 202 (79.30% from 255) = 55.19%
R=44.26%
G=0.55%
B=55.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16222020.200.9900.2128898.0440
HexA22CA14630151206228
Octal24223122414302544014250
Binary1010001010110010101010011000110101011001000001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A202CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A202CA; }

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

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

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

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

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

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

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

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