Html Css Color HEX #AA03AD Deep Magenta

📋 copy color: '#AA03AD'

red 170 ◦ green 3 ◦ blue 173

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

Shades of Deep Magenta #AA03AD

Tints of Deep Magenta #AA03AD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 49.13%
G = 0.87%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA03AD (or 0xAA03AD) is known color: Deep Magenta. HEX triplet: AA, 03 and AD. RGB value is (170,3,173). Sum of RGB (Red+Green+Blue) = 170+3+173=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA03AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA03AD is #55FC52. Grayscale: #474747. Windows color (decimal): -5635155 or 11338666. OLE color: 11338666.

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

Color convert

RGB 170 3 173 -
CMYK 0.02 0.98 0 0.32
HSL 298.94º 0.97% 0.35% -
HSV(B) 298.94º 0.98% 0.68% -
XYZ 24.15 11.63 40.51 -
YUV 72.31 184.83 197.68 -
System Red Green Blue C M Y K H S L
Decimal 170 3 173 0.02 0.98 0 0.32 298.94 0.97 0.35
Hex AA 3 AD 2 62 0 20 12B 61 23
Octal 252 3 255 2 142 0 40 453 141 43
Binary 10101010 11 10101101 10 1100010 0 100000 100101011 1100001 100011

Color Harmonies of #AA03AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA03AD

Black with #AA03AD

Text Example


Text Example

White with #AA03AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA03AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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