#AA0BB1

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

Shades of Deep Magenta #AA0BB1

Tints of Deep Magenta #AA0BB1

Color information

#AA0BB1 (or 0xAA0BB1) is unknown color: approx Deep Magenta. HEX triplet: AA, 0B and B1. RGB value is (170,11,177). Sum of RGB (Red+Green+Blue) = 170+11+177=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA0BB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0BB1 is #55F44E. Grayscale: #4C4C4C. Windows color (decimal): -5633103 or 11602858. OLE color: 11602858.

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

Color convert

RGB17011177-
CMYK0.040.9400.31
HSL297.47º88.3%36.86%-
HSV(B)297.47º93.79%69.41%-
XYZ24.6311.9642.61-
YUV77.46184.18194-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.49%
GREEN value IS 11 (4.69% from 255) = 3.07%
BLUE value IS 177 (69.53% from 255) = 49.44%
R=47.49%
G=3.07%
B=49.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170111770.040.9400.31297.4788.336.86
HexAABB145E01F1295825
Octal25213261413603745113045
Binary1010101010111011000110010111100111111001010011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0BB1; }

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

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

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

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

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

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

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

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