#AA0BB0

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

Shades of Deep Magenta #AA0BB0

Tints of Deep Magenta #AA0BB0

Color information

#AA0BB0 (or 0xAA0BB0) is unknown color: approx Deep Magenta. HEX triplet: AA, 0B and B0. RGB value is (170,11,176). Sum of RGB (Red+Green+Blue) = 170+11+176=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 176 (69.14% from 255 or 49.30% from 357); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA0BB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0BB0 is #55F44F. Grayscale: #4C4C4C. Windows color (decimal): -5633104 or 11537322. OLE color: 11537322.

HSL color Cylindrical-coordinate representation of color #AA0BB0: hue angle of 297.82º 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 #AA0BB0 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17011176-
CMYK0.030.9400.31
HSL297.82º88.24%36.67%-
HSV(B)297.82º93.75%69.02%-
XYZ24.5311.9242.08-
YUV77.35183.68194.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 11 (4.69% from 255) = 3.08%
BLUE value IS 176 (69.14% from 255) = 49.30%
R=47.62%
G=3.08%
B=49.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170111760.030.9400.31297.8288.2436.67
HexAABB035E01F12a5825
Octal25213260313603745213045
Binary101010101011101100001110111100111111001010101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0BB0; }

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

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

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

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

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

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

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

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