#AA10AD

Color #AA10AD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AA10AD

Tints of Deep Magenta #AA10AD

Color information

#AA10AD (or 0xAA10AD) is unknown color: approx 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

RGB17016173-
CMYK0.020.9100.32
HSL298.85º83.07%37.06%-
HSV(B)298.85º90.75%67.84%-
XYZ24.3111.9340.56-
YUV79.94180.52192.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170161730.020.9100.32298.8583.0737.06
HexAA10AD25B02012b5325
Octal25220255213304045312345
Binary10101010100001010110110101101101000001001010111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA10AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>