Html Css Color HEX #AA09AB Dark Magenta

📋 copy color: '#AA09AB'

red 170 ◦ green 9 ◦ blue 171

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

Shades of Dark Magenta #AA09AB

Tints of Dark Magenta #AA09AB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.57%

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

R = 48.57%
G = 2.57%
B = 48.86%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA09AB (or 0xAA09AB) is known color: Dark Magenta. HEX triplet: AA, 09 and AB. RGB value is (170,9,171). Sum of RGB (Red+Green+Blue) = 170+9+171=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA09AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA09AB is #55F654. Grayscale: #4B4B4B. Windows color (decimal): -5633621 or 11209130. OLE color: 11209130.

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

Color convert

RGB 170 9 171 -
CMYK 0.01 0.95 0 0.33
HSL 299.63º 0.9% 0.35% -
HSV(B) 299.63º 0.95% 0.67% -
XYZ 24.03 11.68 39.52 -
YUV 75.61 181.84 195.33 -
System Red Green Blue C M Y K H S L
Decimal 170 9 171 0.01 0.95 0 0.33 299.63 0.9 0.35
Hex AA 9 AB 1 5F 0 21 12C 5A 23
Octal 252 11 253 1 137 0 41 454 132 43
Binary 10101010 1001 10101011 1 1011111 0 100001 100101100 1011010 100011

Color Harmonies of #AA09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09AB

Black with #AA09AB

Text Example


Text Example

White with #AA09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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