#AA0AB6

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

Shades of Deep Magenta #AA0AB6

Tints of Deep Magenta #AA0AB6

Color information

#AA0AB6 (or 0xAA0AB6) is unknown color: approx Deep Magenta. HEX triplet: AA, 0A and B6. RGB value is (170,10,182). Sum of RGB (Red+Green+Blue) = 170+10+182=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA0AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0AB6 is #55F549. Grayscale: #4C4C4C. Windows color (decimal): -5633354 or 11930282. OLE color: 11930282.

HSL color Cylindrical-coordinate representation of color #AA0AB6: hue angle of 295.81º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0AB6 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17010182-
CMYK0.070.9500.29
HSL295.81º89.58%37.65%-
HSV(B)295.81º94.51%71.37%-
XYZ25.1312.1445.27-
YUV77.45187.01194.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 10 (4.30% from 255) = 2.76%
BLUE value IS 182 (71.48% from 255) = 50.28%
R=46.96%
G=2.76%
B=50.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170101820.070.9500.29295.8189.5837.65
HexAAAB675F01D1285a26
Octal25212266713703545013246
Binary1010101010101011011011110111110111011001010001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0AB6; }

 p { color: rgb(170,10,182); }

 H1.HeaderClassName
 {
   color: #AA0AB6;
 }
 .AnyTagClassName
 {
   color: #AA0AB6;
 }
</style>
background-color css

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

 a { background-color: rgb(170,10,182); }

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

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

 span { border-color: rgb(170,10,182); }

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