#A20CB5

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

Shades of Dark Violet #A20CB5

Tints of Dark Violet #A20CB5

Color information

#A20CB5 (or 0xA20CB5) is unknown color: approx Dark Violet. HEX triplet: A2, 0C and B5. RGB value is (162,12,181). Sum of RGB (Red+Green+Blue) = 162+12+181=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 181 (71.09% from 255 or 50.99% from 355); Max value from RGB is 181 - color contains mainly: blue. Hex color #A20CB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CB5 is #5DF34A. Grayscale: #4B4B4B. Windows color (decimal): -6157131 or 11865250. OLE color: 11865250.

HSL color Cylindrical-coordinate representation of color #A20CB5: hue angle of 293.25º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20CB5 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16212181-
CMYK0.100.9300.29
HSL293.25º87.56%37.84%-
HSV(B)293.25º93.37%70.98%-
XYZ23.3711.2844.66-
YUV76.12187.2189.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 12 (5.08% from 255) = 3.38%
BLUE value IS 181 (71.09% from 255) = 50.99%
R=45.63%
G=3.38%
B=50.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162121810.100.9300.29293.2587.5637.84
HexA2CB5A5D01D1255826
Octal242142651213503544513046
Binary10100010110010110101101010111010111011001001011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20CB5; }

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

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

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

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

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

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

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

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