#AA00A0

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

Shades of Dark Magenta #AA00A0

Tints of Dark Magenta #AA00A0

Color information

#AA00A0 (or 0xAA00A0) is unknown color: approx Dark Magenta. HEX triplet: AA, 00 and A0. RGB value is (170,0,160). Sum of RGB (Red+Green+Blue) = 170+0+160=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA00A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00A0 is #55FF5F. Grayscale: #444444. Windows color (decimal): -5635936 or 10485930. OLE color: 10485930.

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

Color convert

RGB1700160-
CMYK010.060.33
HSL303.53º100%33.33%-
HSV(B)303.53º100%66.67%-
XYZ22.9211.0834.19-
YUV69.07179.32199.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 160 (62.89% from 255) = 48.48%
R=51.52%
G=0%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1700160010.060.33303.5310033.33
HexAA0A00646211306421
Octal2520240014464146014441
Binary10101010010100000011001001101000011001100001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA00A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA00A0; }

 p { color: rgb(170,0,160); }

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

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

 a { background-color: rgb(170,0,160); }

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

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

 span { border-color: rgb(170,0,160); }

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