Html Css Color HEX #AA09AD Deep Magenta

📋 copy color: '#AA09AD'

red 170 ◦ green 9 ◦ blue 173

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

Shades of Deep Magenta #AA09AD

Tints of Deep Magenta #AA09AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.15%

R = 48.3%
G = 2.56%
B = 49.15%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA09AD (or 0xAA09AD) is known color: Deep Magenta. HEX triplet: AA, 09 and AD. RGB value is (170,9,173). Sum of RGB (Red+Green+Blue) = 170+9+173=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA09AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA09AD is #55F652. Grayscale: #4B4B4B. Windows color (decimal): -5633619 or 11340202. OLE color: 11340202.

HSL color Cylindrical-coordinate representation of color #AA09AD: hue angle of 298.9º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA09AD is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 9 173 -
CMYK 0.02 0.95 0 0.32
HSL 298.9º 0.9% 0.36% -
HSV(B) 298.9º 0.95% 0.68% -
XYZ 24.22 11.76 40.53 -
YUV 75.84 182.84 195.16 -
System Red Green Blue C M Y K H S L
Decimal 170 9 173 0.02 0.95 0 0.32 298.9 0.9 0.36
Hex AA 9 AD 2 5F 0 20 12B 5A 24
Octal 252 11 255 2 137 0 40 453 132 44
Binary 10101010 1001 10101101 10 1011111 0 100000 100101011 1011010 100100

Color Harmonies of #AA09AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09AD

Black with #AA09AD

Text Example


Text Example

White with #AA09AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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