#A20CC5

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

Shades of Dark Violet #A20CC5

Tints of Dark Violet #A20CC5

Color information

#A20CC5 (or 0xA20CC5) is unknown color: approx Dark Violet. HEX triplet: A2, 0C and C5. RGB value is (162,12,197). Sum of RGB (Red+Green+Blue) = 162+12+197=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 197 (77.34% from 255 or 53.10% from 371); Max value from RGB is 197 - color contains mainly: blue. Hex color #A20CC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CC5 is #5DF33A. Grayscale: #4D4D4D. Windows color (decimal): -6157115 or 12913826. OLE color: 12913826.

HSL color Cylindrical-coordinate representation of color #A20CC5: hue angle of 288.65º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20CC5 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16212197-
CMYK0.180.9400.23
HSL288.65º88.52%40.98%-
HSV(B)288.65º93.91%77.25%-
XYZ25.1111.9853.81-
YUV77.94195.2187.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 12 (5.08% from 255) = 3.23%
BLUE value IS 197 (77.34% from 255) = 53.10%
R=43.67%
G=3.23%
B=53.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal162121970.180.9400.23288.6588.5240.98
HexA2CC5125E0171215929
Octal242143052213602744113151
Binary101000101100110001011001010111100101111001000011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20CC5; }

 p { color: rgb(162,12,197); }

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

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

 a { background-color: rgb(162,12,197); }

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

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

 span { border-color: rgb(162,12,197); }

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