#AA0F95

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

Shades of Dark Magenta #AA0F95

Tints of Dark Magenta #AA0F95

Color information

#AA0F95 (or 0xAA0F95) is unknown color: approx Dark Magenta. HEX triplet: AA, 0F and 95. RGB value is (170,15,149). Sum of RGB (Red+Green+Blue) = 170+15+149=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0F95 is #55F06A. Grayscale: #4C4C4C. Windows color (decimal): -5632107 or 9768874. OLE color: 9768874.

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

Color convert

RGB17015149-
CMYK00.910.120.33
HSL308.13º83.78%36.27%-
HSV(B)308.13º91.18%66.67%-
XYZ22.1711.0629.4-
YUV76.62168.85194.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 15 (6.25% from 255) = 4.49%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=50.90%
G=4.49%
B=44.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701514900.910.120.33308.1383.7836.27
HexAAF9505BC211345424
Octal252172250133144146412444
Binary101010101111100101010101101111001000011001101001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0F95; }

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

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

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

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

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

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

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

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