Html Css Color HEX #AA099A Dark Magenta

📋 copy color: '#AA099A'

red 170 ◦ green 9 ◦ blue 154

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

Shades of Dark Magenta #AA099A

Tints of Dark Magenta #AA099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.25%

R = 51.05%
G = 2.7%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA099A (or 0xAA099A) is known color: Dark Magenta. HEX triplet: AA, 09 and 9A. RGB value is (170,9,154). Sum of RGB (Red+Green+Blue) = 170+9+154=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA099A is #55F665. Grayscale: #494949. Windows color (decimal): -5633638 or 10095018. OLE color: 10095018.

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

Color convert

RGB 170 9 154 -
CMYK 0 0.95 0.09 0.33
HSL 305.96º 0.9% 0.35% -
HSV(B) 305.96º 0.95% 0.67% -
XYZ 22.51 11.07 31.52 -
YUV 73.67 173.34 196.71 -
System Red Green Blue C M Y K H S L
Decimal 170 9 154 0 0.95 0.09 0.33 305.96 0.9 0.35
Hex AA 9 9A 0 5F 9 21 132 5A 23
Octal 252 11 232 0 137 11 41 462 132 43
Binary 10101010 1001 10011010 0 1011111 1001 100001 100110010 1011010 100011

Color Harmonies of #AA099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA099A

Black with #AA099A

Text Example


Text Example

White with #AA099A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA099A; }

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

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

background-color css

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

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

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

border-color css

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

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

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