#AA13AC

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

Shades of Dark Magenta #AA13AC

Tints of Dark Magenta #AA13AC

Color information

#AA13AC (or 0xAA13AC) is unknown color: approx Dark Magenta. HEX triplet: AA, 13 and AC. RGB value is (170,19,172). Sum of RGB (Red+Green+Blue) = 170+19+172=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA13AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA13AC is #55EC53. Grayscale: #515151. Windows color (decimal): -5631060 or 11277226. OLE color: 11277226.

HSL color Cylindrical-coordinate representation of color #AA13AC: hue angle of 299.22º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA13AC is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17019172-
CMYK0.010.8900.33
HSL299.22º80.1%37.45%-
HSV(B)299.22º88.95%67.45%-
XYZ24.2611.9940.07-
YUV81.59179.03191.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 19 (7.81% from 255) = 5.26%
BLUE value IS 172 (67.58% from 255) = 47.65%
R=47.09%
G=5.26%
B=47.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170191720.010.8900.33299.2280.137.45
HexAA13AC15902112b5025
Octal25223254113104145312045
Binary1010101010011101011001101100101000011001010111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA13AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA13AC; }

 p { color: rgb(170,19,172); }

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

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

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

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

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

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

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