#AA04AC

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

Shades of Dark Magenta #AA04AC

Tints of Dark Magenta #AA04AC

Color information

#AA04AC (or 0xAA04AC) is unknown color: approx Dark Magenta. HEX triplet: AA, 04 and AC. RGB value is (170,4,172). Sum of RGB (Red+Green+Blue) = 170+4+172=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA04AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA04AC is #55FB53. Grayscale: #484848. Windows color (decimal): -5634900 or 11273386. OLE color: 11273386.

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

Color convert

RGB1704172-
CMYK0.010.9800.33
HSL299.29º95.45%34.51%-
HSV(B)299.29º97.67%67.45%-
XYZ24.0711.6140-
YUV72.79184197.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 4 (1.95% from 255) = 1.16%
BLUE value IS 172 (67.58% from 255) = 49.71%
R=49.13%
G=1.16%
B=49.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17041720.010.9800.33299.2995.4534.51
HexAA4AC16202112b5f23
Octal2524254114204145313743
Binary10101010100101011001110001001000011001010111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA04AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA04AC; }

 p { color: rgb(170,4,172); }

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

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

 a { background-color: rgb(170,4,172); }

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

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

 span { border-color: rgb(170,4,172); }

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