Html Css Color HEX #AA1AAB Dark Magenta

📋 copy color: '#AA1AAB'

red 170 ◦ green 26 ◦ blue 171

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

Shades of Dark Magenta #AA1AAB

Tints of Dark Magenta #AA1AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.08%

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

R = 46.32%
G = 7.08%
B = 46.59%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA1AAB (or 0xAA1AAB) is known color: Dark Magenta. HEX triplet: AA, 1A and AB. RGB value is (170,26,171). Sum of RGB (Red+Green+Blue) = 170+26+171=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA1AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1AAB is #55E554. Grayscale: #555555. Windows color (decimal): -5629269 or 11213482. OLE color: 11213482.

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

Color convert

RGB 170 26 171 -
CMYK 0.01 0.85 0 0.33
HSL 299.59º 0.74% 0.39% -
HSV(B) 299.59º 0.85% 0.67% -
XYZ 24.3 12.23 39.61 -
YUV 85.59 176.21 188.21 -
System Red Green Blue C M Y K H S L
Decimal 170 26 171 0.01 0.85 0 0.33 299.59 0.74 0.39
Hex AA 1A AB 1 55 0 21 12C 4A 27
Octal 252 32 253 1 125 0 41 454 112 47
Binary 10101010 11010 10101011 1 1010101 0 100001 100101100 1001010 100111

Color Harmonies of #AA1AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1AAB

Black with #AA1AAB

Text Example


Text Example

White with #AA1AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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