#AA01A7

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

Shades of Dark Magenta #AA01A7

Tints of Dark Magenta #AA01A7

Color information

#AA01A7 (or 0xAA01A7) is unknown color: approx Dark Magenta. HEX triplet: AA, 01 and A7. RGB value is (170,1,167). Sum of RGB (Red+Green+Blue) = 170+1+167=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 167 (65.62% from 255 or 49.41% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA01A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA01A7 is #55FE58. Grayscale: #454545. Windows color (decimal): -5635673 or 10944938. OLE color: 10944938.

HSL color Cylindrical-coordinate representation of color #AA01A7: hue angle of 301.07º 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 #AA01A7 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB1701167-
CMYK00.990.020.33
HSL301.07º98.83%33.53%-
HSV(B)301.07º99.41%66.67%-
XYZ23.5611.3637.51-
YUV70.46182.49199-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.30%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 167 (65.62% from 255) = 49.41%
R=50.30%
G=0.30%
B=49.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170116700.990.020.33301.0798.8333.53
HexAA1A706322112d6322
Octal2521247014324145514342
Binary1010101011010011101100011101000011001011011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA01A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA01A7; }

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

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

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

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

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

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

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

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