#AA01A4

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

Shades of Dark Magenta #AA01A4

Tints of Dark Magenta #AA01A4

Color information

#AA01A4 (or 0xAA01A4) is unknown color: approx Dark Magenta. HEX triplet: AA, 01 and A4. RGB value is (170,1,164). Sum of RGB (Red+Green+Blue) = 170+1+164=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 164 (64.45% from 255 or 48.96% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA01A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA01A4 is #55FE5B. Grayscale: #454545. Windows color (decimal): -5635676 or 10748330. OLE color: 10748330.

HSL color Cylindrical-coordinate representation of color #AA01A4: hue angle of 302.13º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA01A4 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB1701164-
CMYK00.990.040.33
HSL302.13º98.83%33.53%-
HSV(B)302.13º99.41%66.67%-
XYZ23.2911.2536.07-
YUV70.11180.99199.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 164 (64.45% from 255) = 48.96%
R=50.75%
G=0.30%
B=48.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170116400.990.040.33302.1398.8333.53
HexAA1A406342112e6322
Octal2521244014344145614342
Binary10101010110100100011000111001000011001011101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA01A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA01A4; }

 p { color: rgb(170,1,164); }

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

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

 a { background-color: rgb(170,1,164); }

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

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

 span { border-color: rgb(170,1,164); }

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