#A40F87

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

Shades of Dark Magenta #A40F87

Tints of Dark Magenta #A40F87

Color information

#A40F87 (or 0xA40F87) is unknown color: approx Dark Magenta. HEX triplet: A4, 0F and 87. RGB value is (164,15,135). Sum of RGB (Red+Green+Blue) = 164+15+135=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40F87 is #5BF078. Grayscale: #484848. Windows color (decimal): -6025337 or 8851364. OLE color: 8851364.

HSL color Cylindrical-coordinate representation of color #A40F87: hue angle of 311.68º degrees, saturation: 0.83, 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 #A40F87 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB16415135-
CMYK00.910.180.36
HSL311.68º83.24%35.1%-
HSV(B)311.68º90.85%64.31%-
XYZ19.859.9823.8-
YUV73.23162.86192.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.23%
GREEN value IS 15 (6.25% from 255) = 4.78%
BLUE value IS 135 (53.12% from 255) = 42.99%
R=52.23%
G=4.78%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641513500.910.180.36311.6883.2435.1
HexA4F8705B12241385323
Octal244172070133224447012343
Binary1010010011111000011101011011100101001001001110001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40F87; }

 p { color: rgb(164,15,135); }

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

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

 a { background-color: rgb(164,15,135); }

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

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

 span { border-color: rgb(164,15,135); }

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