Html Css Color HEX #AA09AA Dark Magenta

📋 copy color: '#AA09AA'

red 170 ◦ green 9 ◦ blue 170

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

Shades of Dark Magenta #AA09AA

Tints of Dark Magenta #AA09AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.71%

R = 48.71%
G = 2.58%
B = 48.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA09AA (or 0xAA09AA) is known color: Dark Magenta. HEX triplet: AA, 09 and AA. RGB value is (170,9,170). Sum of RGB (Red+Green+Blue) = 170+9+170=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA09AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA09AA is #55F655. Grayscale: #4B4B4B. Windows color (decimal): -5633622 or 11143594. OLE color: 11143594.

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

Color convert

RGB 170 9 170 -
CMYK 0 0.95 0 0.33
HSL 300º 0.9% 0.35% -
HSV(B) 300º 0.95% 0.67% -
XYZ 23.93 11.64 39.02 -
YUV 75.49 181.34 195.41 -
System Red Green Blue C M Y K H S L
Decimal 170 9 170 0 0.95 0 0.33 300 0.9 0.35
Hex AA 9 AA 0 5F 0 21 12C 5A 23
Octal 252 11 252 0 137 0 41 454 132 43
Binary 10101010 1001 10101010 0 1011111 0 100001 100101100 1011010 100011

Color Harmonies of #AA09AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09AA

Black with #AA09AA

Text Example


Text Example

White with #AA09AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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