#A20EB5

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

Shades of Dark Violet #A20EB5

Tints of Dark Violet #A20EB5

Color information

#A20EB5 (or 0xA20EB5) is unknown color: approx Dark Violet. HEX triplet: A2, 0E and B5. RGB value is (162,14,181). Sum of RGB (Red+Green+Blue) = 162+14+181=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 181 (71.09% from 255 or 50.70% from 357); Max value from RGB is 181 - color contains mainly: blue. Hex color #A20EB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20EB5 is #5DF14A. Grayscale: #4C4C4C. Windows color (decimal): -6156619 or 11865762. OLE color: 11865762.

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

Color convert

RGB16214181-
CMYK0.100.9200.29
HSL293.17º85.64%38.24%-
HSV(B)293.17º92.27%70.98%-
XYZ23.411.3344.67-
YUV77.29186.53188.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 14 (5.86% from 255) = 3.92%
BLUE value IS 181 (71.09% from 255) = 50.70%
R=45.38%
G=3.92%
B=50.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162141810.100.9200.29293.1785.6438.24
HexA2EB5A5C01D1255626
Octal242162651213403544512646
Binary10100010111010110101101010111000111011001001011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20EB5; }

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

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

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

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

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

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

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

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