Html Css Color HEX #AA13AB Dark Magenta

📋 copy color: '#AA13AB'

red 170 ◦ green 19 ◦ blue 171

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

Shades of Dark Magenta #AA13AB

Tints of Dark Magenta #AA13AB

RGB

 RED value IS 170 (66.8% from 255) = 47.22%

 GREEN value IS 19 (7.81% from 255) = 5.28%

 BLUE value IS 171 (67.19% from 255) = 47.5%

R = 47.22%
G = 5.28%
B = 47.5%

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

#AA13AB (or 0xAA13AB) is known color: Dark Magenta. HEX triplet: AA, 13 and AB. RGB value is (170,19,171). Sum of RGB (Red+Green+Blue) = 170+19+171=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA13AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA13AB is #55EC54. Grayscale: #515151. Windows color (decimal): -5631061 or 11211690. OLE color: 11211690.

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

Color convert

RGB 170 19 171 -
CMYK 0.01 0.89 0 0.33
HSL 299.61º 0.8% 0.37% -
HSV(B) 299.61º 0.89% 0.67% -
XYZ 24.16 11.95 39.56 -
YUV 81.48 178.53 191.14 -
System Red Green Blue C M Y K H S L
Decimal 170 19 171 0.01 0.89 0 0.33 299.61 0.8 0.37
Hex AA 13 AB 1 59 0 21 12C 50 25
Octal 252 23 253 1 131 0 41 454 120 45
Binary 10101010 10011 10101011 1 1011001 0 100001 100101100 1010000 100101

Color Harmonies of #AA13AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA13AB

Black with #AA13AB

Text Example


Text Example

White with #AA13AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA13AB; }

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

 H1.HeaderClassName
 {
   color: #AA13AB;
 }
 .AnyTagClassName
 {
   color: #AA13AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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