#aa00aa

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

Shades of Dark Magenta #AA00AA

Tints of Dark Magenta #AA00AA

Color information

#AA00AA (or 0xAA00AA) is unknown color: approx Dark Magenta. HEX triplet: AA, 00 and AA. RGB value is (170,0,170). Sum of RGB (Red+Green+Blue) = 170+0+170=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA00AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00AA is #55FF55. Grayscale: #454545. Windows color (decimal): -5635926 or 11141290. OLE color: 11141290.

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

Color convert

RGB1700170-
CMYK0100.33
HSL300º100%33.33%-
HSV(B)300º100%66.67%-
XYZ23.8311.4538.98-
YUV70.21184.32199.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17001700100.3330010033.33
HexAA0AA06402112c6421
Octal2520252014404145414441
Binary101010100101010100110010001000011001011001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa00aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa00aa; }

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

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

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

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

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

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

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

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