#A20EC3

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

Shades of Dark Violet #A20EC3

Tints of Dark Violet #A20EC3

Color information

#A20EC3 (or 0xA20EC3) is unknown color: approx Dark Violet. HEX triplet: A2, 0E and C3. RGB value is (162,14,195). Sum of RGB (Red+Green+Blue) = 162+14+195=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #A20EC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20EC3 is #5DF13C. Grayscale: #4E4E4E. Windows color (decimal): -6156605 or 12783266. OLE color: 12783266.

HSL color Cylindrical-coordinate representation of color #A20EC3: hue angle of 289.06º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20EC3 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16214195-
CMYK0.170.9300.24
HSL289.06º86.6%40.98%-
HSV(B)289.06º92.82%76.47%-
XYZ24.9111.9452.62-
YUV78.89193.53187.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 14 (5.86% from 255) = 3.77%
BLUE value IS 195 (76.56% from 255) = 52.56%
R=43.67%
G=3.77%
B=52.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162141950.170.9300.24289.0686.640.98
HexA2EC3115D0181215729
Octal242163032113503044112751
Binary101000101110110000111000110111010110001001000011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20EC3; }

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

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

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

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

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

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

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

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