#A40EBD

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

Shades of Dark Violet #A40EBD

Tints of Dark Violet #A40EBD

Color information

#A40EBD (or 0xA40EBD) is unknown color: approx Dark Violet. HEX triplet: A4, 0E and BD. RGB value is (164,14,189). Sum of RGB (Red+Green+Blue) = 164+14+189=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #A40EBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40EBD is #5BF142. Grayscale: #4E4E4E. Windows color (decimal): -6025539 or 12390052. OLE color: 12390052.

HSL color Cylindrical-coordinate representation of color #A40EBD: hue angle of 291.43º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40EBD is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16414189-
CMYK0.130.9300.26
HSL291.43º86.21%39.8%-
HSV(B)291.43º92.59%74.12%-
XYZ24.6511.8849.14-
YUV78.8190.2188.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 14 (5.86% from 255) = 3.81%
BLUE value IS 189 (74.22% from 255) = 51.50%
R=44.69%
G=3.81%
B=51.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164141890.130.9300.26291.4386.2139.8
HexA4EBDD5D01A1235628
Octal244162751513503244312650
Binary10100100111010111101110110111010110101001000111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40EBD; }

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

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

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

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

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

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

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

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