Html Css Color HEX #AA13AC Dark Magenta

📋 copy color: '#AA13AC'

red 170 ◦ green 19 ◦ blue 172

#AA13AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #AA13AC

Tints of Dark Magenta #AA13AC

RGB

 RED value IS 170 (66.8% 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 value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA13AC (or 0xAA13AC) is known color: 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

RGB 170 19 172 -
CMYK 0.01 0.89 0 0.33
HSL 299.22º 0.8% 0.37% -
HSV(B) 299.22º 0.89% 0.67% -
XYZ 24.26 11.99 40.07 -
YUV 81.59 179.03 191.06 -
System Red Green Blue C M Y K H S L
Decimal 170 19 172 0.01 0.89 0 0.33 299.22 0.8 0.37
Hex AA 13 AC 1 59 0 21 12B 50 25
Octal 252 23 254 1 131 0 41 453 120 45
Binary 10101010 10011 10101100 1 1011001 0 100001 100101011 1010000 100101

Color Harmonies of #AA13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA13AC

Black with #AA13AC

Text Example


Text Example

White with #AA13AC

Text Example


Text Example

HTML Codes & Css Web 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>