#AA0FAA

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

Shades of Dark Magenta #AA0FAA

Tints of Dark Magenta #AA0FAA

Color information

#AA0FAA (or 0xAA0FAA) is unknown color: approx Dark Magenta. HEX triplet: AA, 0F and AA. RGB value is (170,15,170). Sum of RGB (Red+Green+Blue) = 170+15+170=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA0FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0FAA is #55F055. Grayscale: #4E4E4E. Windows color (decimal): -5632086 or 11145130. OLE color: 11145130.

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

Color convert

RGB17015170-
CMYK00.9100.33
HSL300º83.78%36.27%-
HSV(B)300º91.18%66.67%-
XYZ2411.7939.04-
YUV79.02179.35192.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 15 (6.25% from 255) = 4.23%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=47.89%
G=4.23%
B=47.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701517000.9100.3330083.7836.27
HexAAFAA05B02112c5424
Octal25217252013304145412444
Binary101010101111101010100101101101000011001011001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0FAA; }

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

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

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

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

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

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

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

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