Html Css Color HEX #AA12AB Dark Magenta

📋 copy color: '#AA12AB'

red 170 ◦ green 18 ◦ blue 171

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

Shades of Dark Magenta #AA12AB

Tints of Dark Magenta #AA12AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.01%

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

R = 47.35%
G = 5.01%
B = 47.63%

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

#AA12AB (or 0xAA12AB) is known color: Dark Magenta. HEX triplet: AA, 12 and AB. RGB value is (170,18,171). Sum of RGB (Red+Green+Blue) = 170+18+171=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA12AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA12AB is #55ED54. Grayscale: #505050. Windows color (decimal): -5631317 or 11211434. OLE color: 11211434.

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

Color convert

RGB 170 18 171 -
CMYK 0.01 0.89 0 0.33
HSL 299.61º 0.81% 0.37% -
HSV(B) 299.61º 0.89% 0.67% -
XYZ 24.14 11.92 39.56 -
YUV 80.89 178.86 191.56 -
System Red Green Blue C M Y K H S L
Decimal 170 18 171 0.01 0.89 0 0.33 299.61 0.81 0.37
Hex AA 12 AB 1 59 0 21 12C 51 25
Octal 252 22 253 1 131 0 41 454 121 45
Binary 10101010 10010 10101011 1 1011001 0 100001 100101100 1010001 100101

Color Harmonies of #AA12AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA12AB

Black with #AA12AB

Text Example


Text Example

White with #AA12AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA12AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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