#AA11B1

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

Shades of Deep Magenta #AA11B1

Tints of Deep Magenta #AA11B1

Color information

#AA11B1 (or 0xAA11B1) is unknown color: approx Deep Magenta. HEX triplet: AA, 11 and B1. RGB value is (170,17,177). Sum of RGB (Red+Green+Blue) = 170+17+177=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA11B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA11B1 is #55EE4E. Grayscale: #505050. Windows color (decimal): -5631567 or 11604394. OLE color: 11604394.

HSL color Cylindrical-coordinate representation of color #AA11B1: hue angle of 297.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA11B1 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17017177-
CMYK0.040.9000.31
HSL297.38º82.47%38.04%-
HSV(B)297.38º90.4%69.41%-
XYZ24.7112.1242.63-
YUV80.99182.19191.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 17 (7.03% from 255) = 4.67%
BLUE value IS 177 (69.53% from 255) = 48.63%
R=46.70%
G=4.67%
B=48.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170171770.040.9000.31297.3882.4738.04
HexAA11B145A01F1295226
Octal25221261413203745112246
Binary10101010100011011000110010110100111111001010011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA11B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA11B1; }

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

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

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

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

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

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

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

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