#A40DAA

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

Shades of Dark Magenta #A40DAA

Tints of Dark Magenta #A40DAA

Color information

#A40DAA (or 0xA40DAA) is unknown color: approx Dark Magenta. HEX triplet: A4, 0D and AA. RGB value is (164,13,170). Sum of RGB (Red+Green+Blue) = 164+13+170=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #A40DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40DAA is #5BF255. Grayscale: #4B4B4B. Windows color (decimal): -6025814 or 11144612. OLE color: 11144612.

HSL color Cylindrical-coordinate representation of color #A40DAA: hue angle of 297.71º degrees, saturation: 0.86, 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 #A40DAA is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16413170-
CMYK0.040.9200.33
HSL297.71º85.79%35.88%-
HSV(B)297.71º92.35%66.67%-
XYZ22.7111.0838.97-
YUV76.05181.03190.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 13 (5.47% from 255) = 3.75%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=47.26%
G=3.75%
B=48.99%

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
Decimal164131700.040.9200.33297.7185.7935.88
HexA4DAA45C02112a5624
Octal24415252413404145212644
Binary10100100110110101010100101110001000011001010101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40DAA; }

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

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

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

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

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

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

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

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