#aa0cb6

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

Shades of Deep Magenta #AA0CB6

Tints of Deep Magenta #AA0CB6

Color information

#AA0CB6 (or 0xAA0CB6) is unknown color: approx Deep Magenta. HEX triplet: AA, 0C and B6. RGB value is (170,12,182). Sum of RGB (Red+Green+Blue) = 170+12+182=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA0CB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CB6 is #55F349. Grayscale: #4E4E4E. Windows color (decimal): -5632842 or 11930794. OLE color: 11930794.

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

Color convert

RGB17012182-
CMYK0.070.9300.29
HSL295.76º87.63%38.04%-
HSV(B)295.76º93.41%71.37%-
XYZ25.1512.1945.28-
YUV78.62186.35193.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 12 (5.08% from 255) = 3.30%
BLUE value IS 182 (71.48% from 255) = 50%
R=46.70%
G=3.30%
B=50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170121820.070.9300.29295.7687.6338.04
HexAACB675D01D1285826
Octal25214266713503545013046
Binary1010101011001011011011110111010111011001010001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa0cb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa0cb6; }

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

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

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

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

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

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

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

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