Html Css Color HEX #AA10AD Deep Magenta

📋 copy color: '#AA10AD'

red 170 ◦ green 16 ◦ blue 173

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

Shades of Deep Magenta #AA10AD

Tints of Deep Magenta #AA10AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.46%

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

R = 47.35%
G = 4.46%
B = 48.19%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA10AD (or 0xAA10AD) is known color: Deep Magenta. HEX triplet: AA, 10 and AD. RGB value is (170,16,173). Sum of RGB (Red+Green+Blue) = 170+16+173=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA10AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA10AD is #55EF52. Grayscale: #4F4F4F. Windows color (decimal): -5631827 or 11341994. OLE color: 11341994.

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

Color convert

RGB 170 16 173 -
CMYK 0.02 0.91 0 0.32
HSL 298.85º 0.83% 0.37% -
HSV(B) 298.85º 0.91% 0.68% -
XYZ 24.31 11.93 40.56 -
YUV 79.94 180.52 192.23 -
System Red Green Blue C M Y K H S L
Decimal 170 16 173 0.02 0.91 0 0.32 298.85 0.83 0.37
Hex AA 10 AD 2 5B 0 20 12B 53 25
Octal 252 20 255 2 133 0 40 453 123 45
Binary 10101010 10000 10101101 10 1011011 0 100000 100101011 1010011 100101

Color Harmonies of #AA10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10AD

Black with #AA10AD

Text Example


Text Example

White with #AA10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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