#A20ECD

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

Shades of Dark Violet #A20ECD

Tints of Dark Violet #A20ECD

Color information

#A20ECD (or 0xA20ECD) is unknown color: approx Dark Violet. HEX triplet: A2, 0E and CD. RGB value is (162,14,205). Sum of RGB (Red+Green+Blue) = 162+14+205=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #A20ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ECD is #5DF132. Grayscale: #4F4F4F. Windows color (decimal): -6156595 or 13438626. OLE color: 13438626.

HSL color Cylindrical-coordinate representation of color #A20ECD: hue angle of 286.49º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20ECD is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16214205-
CMYK0.210.9300.20
HSL286.49º87.21%42.94%-
HSV(B)286.49º93.17%80.39%-
XYZ26.0812.458.78-
YUV80.03198.53186.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 14 (5.86% from 255) = 3.67%
BLUE value IS 205 (80.47% from 255) = 53.81%
R=42.52%
G=3.67%
B=53.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162142050.210.9300.20286.4987.2142.94
HexA2ECD155D01411e572b
Octal242163152513502443612753
Binary101000101110110011011010110111010101001000111101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20ECD; }

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

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

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

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

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

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

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

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