#AA20A7

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

Shades of Dark Magenta #AA20A7

Tints of Dark Magenta #AA20A7

Color information

#AA20A7 (or 0xAA20A7) is unknown color: approx Dark Magenta. HEX triplet: AA, 20 and A7. RGB value is (170,32,167). Sum of RGB (Red+Green+Blue) = 170+32+167=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 167 (65.62% from 255 or 45.26% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA20A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA20A7 is #55DF58. Grayscale: #585858. Windows color (decimal): -5627737 or 10952874. OLE color: 10952874.

HSL color Cylindrical-coordinate representation of color #AA20A7: hue angle of 301.3º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA20A7 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17032167-
CMYK00.810.020.33
HSL301.3º68.32%39.61%-
HSV(B)301.3º81.18%66.67%-
XYZ24.0712.3737.68-
YUV88.65172.22186.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 32 (12.89% from 255) = 8.67%
BLUE value IS 167 (65.62% from 255) = 45.26%
R=46.07%
G=8.67%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703216700.810.020.33301.368.3239.61
HexAA20A705122112d4428
Octal25240247012124145510450
Binary101010101000001010011101010001101000011001011011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA20A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA20A7; }

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

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

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

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

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

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

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

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