#A40E88

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

Shades of Dark Magenta #A40E88

Tints of Dark Magenta #A40E88

Color information

#A40E88 (or 0xA40E88) is unknown color: approx Dark Magenta. HEX triplet: A4, 0E and 88. RGB value is (164,14,136). Sum of RGB (Red+Green+Blue) = 164+14+136=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40E88 is #5BF177. Grayscale: #484848. Windows color (decimal): -6025592 or 8916644. OLE color: 8916644.

HSL color Cylindrical-coordinate representation of color #A40E88: hue angle of 311.2º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40E88 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB16414136-
CMYK00.910.170.36
HSL311.2º84.27%34.9%-
HSV(B)311.2º91.46%64.31%-
XYZ19.919.9824.17-
YUV72.76163.7193.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.23%
GREEN value IS 14 (5.86% from 255) = 4.46%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=52.23%
G=4.46%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641413600.910.170.36311.284.2734.9
HexA4E8805B11241375423
Octal244162100133214446712443
Binary1010010011101000100001011011100011001001001101111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40E88; }

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

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

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

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

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

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

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

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