#AA0F9A

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

Shades of Dark Magenta #AA0F9A

Tints of Dark Magenta #AA0F9A

Color information

#AA0F9A (or 0xAA0F9A) is unknown color: approx Dark Magenta. HEX triplet: AA, 0F and 9A. RGB value is (170,15,154). Sum of RGB (Red+Green+Blue) = 170+15+154=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0F9A is #55F065. Grayscale: #4C4C4C. Windows color (decimal): -5632102 or 10096554. OLE color: 10096554.

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

Color convert

RGB17015154-
CMYK00.910.090.33
HSL306.19º83.78%36.27%-
HSV(B)306.19º91.18%66.67%-
XYZ22.5811.2231.55-
YUV77.19171.35194.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 15 (6.25% from 255) = 4.42%
BLUE value IS 154 (60.55% from 255) = 45.43%
R=50.15%
G=4.42%
B=45.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701515400.910.090.33306.1983.7836.27
HexAAF9A05B9211325424
Octal252172320133114146212444
Binary101010101111100110100101101110011000011001100101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0F9A; }

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

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

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

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

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

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

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

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