#A40DE0

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

Shades of Dark Violet #A40DE0

Tints of Dark Violet #A40DE0

Color information

#A40DE0 (or 0xA40DE0) is unknown color: approx Dark Violet. HEX triplet: A4, 0D and E0. RGB value is (164,13,224). Sum of RGB (Red+Green+Blue) = 164+13+224=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #A40DE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40DE0 is #5BF21F. Grayscale: #515151. Windows color (decimal): -6025760 or 14683556. OLE color: 14683556.

HSL color Cylindrical-coordinate representation of color #A40DE0: hue angle of 282.94º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40DE0 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16413224-
CMYK0.270.9400.12
HSL282.94º89.03%46.47%-
HSV(B)282.94º94.2%87.84%-
XYZ28.9113.5671.62-
YUV82.2208.03186.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 13 (5.47% from 255) = 3.24%
BLUE value IS 224 (87.89% from 255) = 55.86%
R=40.90%
G=3.24%
B=55.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal164132240.270.9400.12282.9489.0346.47
HexA4DE01B5E0C11b592e
Octal244153403313601443313156
Binary10100100110111100000110111011110011001000110111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40DE0; }

 p { color: rgb(164,13,224); }

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

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

 a { background-color: rgb(164,13,224); }

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

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

 span { border-color: rgb(164,13,224); }

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