Html Css Color HEX #AA00AD Deep Magenta

📋 copy color: '#AA00AD'

red 170 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #AA00AD

Tints of Deep Magenta #AA00AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.56%
G = 0%
B = 50.44%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA00AD (or 0xAA00AD) is known color: Deep Magenta. HEX triplet: AA, 00 and AD. RGB value is (170,0,173). Sum of RGB (Red+Green+Blue) = 170+0+173=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA00AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00AD is #55FF52. Grayscale: #464646. Windows color (decimal): -5635923 or 11337898. OLE color: 11337898.

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

Color convert

RGB 170 0 173 -
CMYK 0.02 1 0 0.32
HSL 298.96º 1% 0.34% -
HSV(B) 298.96º 1% 0.68% -
XYZ 24.12 11.56 40.5 -
YUV 70.55 185.82 198.93 -
System Red Green Blue C M Y K H S L
Decimal 170 0 173 0.02 1 0 0.32 298.96 1 0.34
Hex AA 0 AD 2 64 0 20 12B 64 22
Octal 252 0 255 2 144 0 40 453 144 42
Binary 10101010 0 10101101 10 1100100 0 100000 100101011 1100100 100010

Color Harmonies of #AA00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00AD

Black with #AA00AD

Text Example


Text Example

White with #AA00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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