Html Css Color HEX #AA1BA9 Dark Magenta

📋 copy color: '#AA1BA9'

red 170 ◦ green 27 ◦ blue 169

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

Shades of Dark Magenta #AA1BA9

Tints of Dark Magenta #AA1BA9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.38%

 BLUE value IS 169 (66.41% from 255) = 46.17%

R = 46.45%
G = 7.38%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA1BA9 (or 0xAA1BA9) is known color: Dark Magenta. HEX triplet: AA, 1B and A9. RGB value is (170,27,169). Sum of RGB (Red+Green+Blue) = 170+27+169=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 169 (66.41% from 255 or 46.17% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1BA9 is #55E456. Grayscale: #555555. Windows color (decimal): -5629015 or 11082666. OLE color: 11082666.

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

Color convert

RGB 170 27 169 -
CMYK 0 0.84 0.01 0.33
HSL 300.42º 0.73% 0.39% -
HSV(B) 300.42º 0.84% 0.67% -
XYZ 24.13 12.19 38.62 -
YUV 85.95 174.88 187.95 -
System Red Green Blue C M Y K H S L
Decimal 170 27 169 0 0.84 0.01 0.33 300.42 0.73 0.39
Hex AA 1B A9 0 54 1 21 12C 49 27
Octal 252 33 251 0 124 1 41 454 111 47
Binary 10101010 11011 10101001 0 1010100 1 100001 100101100 1001001 100111

Color Harmonies of #AA1BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1BA9

Black with #AA1BA9

Text Example


Text Example

White with #AA1BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1BA9; }

 p { color: rgb(170,27,169); }

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

background-color css

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

 a { background-color: rgb(170,27,169); }

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

border-color css

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

 span { border-color: rgb(170,27,169); }

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