#AA0D9E

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

Shades of Dark Magenta #AA0D9E

Tints of Dark Magenta #AA0D9E

Color information

#AA0D9E (or 0xAA0D9E) is unknown color: approx Dark Magenta. HEX triplet: AA, 0D and 9E. RGB value is (170,13,158). Sum of RGB (Red+Green+Blue) = 170+13+158=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0D9E is #55F261. Grayscale: #4C4C4C. Windows color (decimal): -5632610 or 10358186. OLE color: 10358186.

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

Color convert

RGB17013158-
CMYK00.920.070.33
HSL304.59º85.79%35.88%-
HSV(B)304.59º92.35%66.67%-
XYZ22.8911.333.32-
YUV76.47174.01194.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 13 (5.47% from 255) = 3.81%
BLUE value IS 158 (62.11% from 255) = 46.33%
R=49.85%
G=3.81%
B=46.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701315800.920.070.33304.5985.7935.88
HexAAD9E05C7211315624
Octal25215236013474146112644
Binary10101010110110011110010111001111000011001100011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0D9E; }

 p { color: rgb(170,13,158); }

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

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

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

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

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

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

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