#AA0BB4

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

Shades of Deep Magenta #AA0BB4

Tints of Deep Magenta #AA0BB4

Color information

#AA0BB4 (or 0xAA0BB4) is unknown color: approx Deep Magenta. HEX triplet: AA, 0B and B4. RGB value is (170,11,180). Sum of RGB (Red+Green+Blue) = 170+11+180=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA0BB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0BB4 is #55F44B. Grayscale: #4D4D4D. Windows color (decimal): -5633100 or 11799466. OLE color: 11799466.

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

Color convert

RGB17011180-
CMYK0.060.9400.29
HSL296.45º88.48%37.45%-
HSV(B)296.45º93.89%70.59%-
XYZ24.9412.0844.2-
YUV77.81185.68193.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 11 (4.69% from 255) = 3.05%
BLUE value IS 180 (70.70% from 255) = 49.86%
R=47.09%
G=3.05%
B=49.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170111800.060.9400.29296.4588.4837.45
HexAABB465E01D1285825
Octal25213264613603545013045
Binary1010101010111011010011010111100111011001010001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0BB4; }

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

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

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

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

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

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

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

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