#A40ED2

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

Shades of Dark Violet #A40ED2

Tints of Dark Violet #A40ED2

Color information

#A40ED2 (or 0xA40ED2) is unknown color: approx Dark Violet. HEX triplet: A4, 0E and D2. RGB value is (164,14,210). Sum of RGB (Red+Green+Blue) = 164+14+210=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #A40ED2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40ED2 is #5BF12D. Grayscale: #505050. Windows color (decimal): -6025518 or 13766308. OLE color: 13766308.

HSL color Cylindrical-coordinate representation of color #A40ED2: hue angle of 285.92º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40ED2 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16414210-
CMYK0.220.9300.18
HSL285.92º87.5%43.92%-
HSV(B)285.92º93.33%82.35%-
XYZ27.112.8662.03-
YUV81.19200.7187.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 14 (5.86% from 255) = 3.61%
BLUE value IS 210 (82.42% from 255) = 54.12%
R=42.27%
G=3.61%
B=54.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164142100.220.9300.18285.9287.543.92
HexA4ED2165D01211e582c
Octal244163222613502243613054
Binary101001001110110100101011010111010100101000111101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40ED2; }

 p { color: rgb(164,14,210); }

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

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

 a { background-color: rgb(164,14,210); }

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

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

 span { border-color: rgb(164,14,210); }

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