#a40b8f

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

Shades of Dark Magenta #A40B8F

Tints of Dark Magenta #A40B8F

Color information

#A40B8F (or 0xA40B8F) is unknown color: approx Dark Magenta. HEX triplet: A4, 0B and 8F. RGB value is (164,11,143). Sum of RGB (Red+Green+Blue) = 164+11+143=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40B8F is #5BF470. Grayscale: #474747. Windows color (decimal): -6026353 or 9374628. OLE color: 9374628.

HSL color Cylindrical-coordinate representation of color #A40B8F: hue angle of 308.24º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40B8F is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16411143-
CMYK00.930.130.36
HSL308.24º87.43%34.31%-
HSV(B)308.24º93.29%64.31%-
XYZ20.3910.1226.86-
YUV71.8168.19193.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 11 (4.69% from 255) = 3.46%
BLUE value IS 143 (56.25% from 255) = 44.97%
R=51.57%
G=3.46%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641114300.930.130.36308.2487.4334.31
HexA4B8F05DD241345722
Octal244132170135154446412742
Binary101001001011100011110101110111011001001001101001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a40b8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a40b8f; }

 p { color: rgb(164,11,143); }

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

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

 a { background-color: rgb(164,11,143); }

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

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

 span { border-color: rgb(164,11,143); }

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