#AA0D9D

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

Shades of Dark Magenta #AA0D9D

Tints of Dark Magenta #AA0D9D

Color information

#AA0D9D (or 0xAA0D9D) is unknown color: approx Dark Magenta. HEX triplet: AA, 0D and 9D. RGB value is (170,13,157). Sum of RGB (Red+Green+Blue) = 170+13+157=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0D9D is #55F262. Grayscale: #4B4B4B. Windows color (decimal): -5632611 or 10292650. OLE color: 10292650.

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

Color convert

RGB17013157-
CMYK00.920.080.33
HSL304.97º85.79%35.88%-
HSV(B)304.97º92.35%66.67%-
XYZ22.8111.2732.87-
YUV76.36173.51194.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50%
GREEN value IS 13 (5.47% from 255) = 3.82%
BLUE value IS 157 (61.72% from 255) = 46.18%
R=50%
G=3.82%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701315700.920.080.33304.9785.7935.88
HexAAD9D05C8211315624
Octal252152350134104146112644
Binary101010101101100111010101110010001000011001100011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0D9D; }

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

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

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

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

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

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

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

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