#AB0BB4

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

Shades of Deep Magenta #AB0BB4

Tints of Deep Magenta #AB0BB4

Color information

#AB0BB4 (or 0xAB0BB4) is unknown color: approx Deep Magenta. HEX triplet: AB, 0B and B4. RGB value is (171,11,180). Sum of RGB (Red+Green+Blue) = 171+11+180=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB0BB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0BB4 is #54F44B. Grayscale: #4D4D4D. Windows color (decimal): -5567564 or 11799467. OLE color: 11799467.

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

Color convert

RGB17111180-
CMYK0.050.9400.29
HSL296.8º88.48%37.45%-
HSV(B)296.8º93.89%70.59%-
XYZ25.1512.1944.21-
YUV78.11185.51194.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.24%
GREEN value IS 11 (4.69% from 255) = 3.04%
BLUE value IS 180 (70.70% from 255) = 49.72%
R=47.24%
G=3.04%
B=49.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171111800.050.9400.29296.888.4837.45
HexABBB455E01D1295825
Octal25313264513603545113045
Binary1010101110111011010010110111100111011001010011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0BB4; }

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

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

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

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

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

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

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

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