#A004A7

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

Shades of Dark Magenta #A004A7

Tints of Dark Magenta #A004A7

Color information

#A004A7 (or 0xA004A7) is unknown color: approx Dark Magenta. HEX triplet: A0, 04 and A7. RGB value is (160,4,167). Sum of RGB (Red+Green+Blue) = 160+4+167=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 167 (65.62% from 255 or 50.45% from 331); Max value from RGB is 167 - color contains mainly: blue. Hex color #A004A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A004A7 is #5FFB58. Grayscale: #444444. Windows color (decimal): -6290265 or 10945696. OLE color: 10945696.

HSL color Cylindrical-coordinate representation of color #A004A7: hue angle of 297.42º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A004A7 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1604167-
CMYK0.040.9800.35
HSL297.42º95.32%33.53%-
HSV(B)297.42º97.6%65.49%-
XYZ21.5210.3537.42-
YUV69.23183.18192.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.34%
GREEN value IS 4 (1.95% from 255) = 1.21%
BLUE value IS 167 (65.62% from 255) = 50.45%
R=48.34%
G=1.21%
B=50.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16041670.040.9800.35297.4295.3233.53
HexA04A74620231295f22
Octal2404247414204345113742
Binary1010000010010100111100110001001000111001010011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A004A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A004A7; }

 p { color: rgb(160,4,167); }

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

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

 a { background-color: rgb(160,4,167); }

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

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

 span { border-color: rgb(160,4,167); }

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