#A40FA7

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

Shades of Dark Magenta #A40FA7

Tints of Dark Magenta #A40FA7

Color information

#A40FA7 (or 0xA40FA7) is unknown color: approx Dark Magenta. HEX triplet: A4, 0F and A7. RGB value is (164,15,167). Sum of RGB (Red+Green+Blue) = 164+15+167=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 167 (65.62% from 255 or 48.27% from 346); Max value from RGB is 167 - color contains mainly: blue. Hex color #A40FA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40FA7 is #5BF058. Grayscale: #4C4C4C. Windows color (decimal): -6025305 or 10948516. OLE color: 10948516.

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

Color convert

RGB16415167-
CMYK0.020.9100.35
HSL298.82º83.52%35.69%-
HSV(B)298.82º91.02%65.49%-
XYZ22.4611.0237.5-
YUV76.88178.86190.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 15 (6.25% from 255) = 4.34%
BLUE value IS 167 (65.62% from 255) = 48.27%
R=47.40%
G=4.34%
B=48.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164151670.020.9100.35298.8283.5235.69
HexA4FA725B02312b5424
Octal24417247213304345312444
Binary1010010011111010011110101101101000111001010111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40FA7; }

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

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

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

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

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

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

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

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