#AA06B1

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

Shades of Deep Magenta #AA06B1

Tints of Deep Magenta #AA06B1

Color information

#AA06B1 (or 0xAA06B1) is unknown color: approx Deep Magenta. HEX triplet: AA, 06 and B1. RGB value is (170,6,177). Sum of RGB (Red+Green+Blue) = 170+6+177=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA06B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA06B1 is #55F94E. Grayscale: #4A4A4A. Windows color (decimal): -5634383 or 11601578. OLE color: 11601578.

HSL color Cylindrical-coordinate representation of color #AA06B1: hue angle of 297.54º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA06B1 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1706177-
CMYK0.040.9700.31
HSL297.54º93.44%35.88%-
HSV(B)297.54º96.61%69.41%-
XYZ24.5811.8542.59-
YUV74.53185.83196.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 6 (2.73% from 255) = 1.70%
BLUE value IS 177 (69.53% from 255) = 50.14%
R=48.16%
G=1.70%
B=50.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17061770.040.9700.31297.5493.4435.88
HexAA6B146101F12a5d24
Octal2526261414103745213544
Binary101010101101011000110011000010111111001010101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA06B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA06B1; }

 p { color: rgb(170,6,177); }

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

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

 a { background-color: rgb(170,6,177); }

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

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

 span { border-color: rgb(170,6,177); }

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