#A40EAA

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

Shades of Dark Magenta #A40EAA

Tints of Dark Magenta #A40EAA

Color information

#A40EAA (or 0xA40EAA) is unknown color: approx Dark Magenta. HEX triplet: A4, 0E and AA. RGB value is (164,14,170). Sum of RGB (Red+Green+Blue) = 164+14+170=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #A40EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40EAA is #5BF155. Grayscale: #4C4C4C. Windows color (decimal): -6025558 or 11144868. OLE color: 11144868.

HSL color Cylindrical-coordinate representation of color #A40EAA: hue angle of 297.69º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40EAA is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16414170-
CMYK0.040.9200.33
HSL297.69º84.78%36.08%-
HSV(B)297.69º91.76%66.67%-
XYZ22.7211.1138.98-
YUV76.63180.7190.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 14 (5.86% from 255) = 4.02%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=47.13%
G=4.02%
B=48.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164141700.040.9200.33297.6984.7836.08
HexA4EAA45C02112a5524
Octal24416252413404145212544
Binary10100100111010101010100101110001000011001010101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40EAA; }

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

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

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

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

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

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

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

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