#AB08B8

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

Shades of Deep Magenta #AB08B8

Tints of Deep Magenta #AB08B8

Color information

#AB08B8 (or 0xAB08B8) is unknown color: approx Deep Magenta. HEX triplet: AB, 08 and B8. RGB value is (171,8,184). Sum of RGB (Red+Green+Blue) = 171+8+184=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 184 (72.27% from 255 or 50.69% from 363); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB08B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB08B8 is #54F747. Grayscale: #4C4C4C. Windows color (decimal): -5568328 or 12060843. OLE color: 12060843.

HSL color Cylindrical-coordinate representation of color #AB08B8: hue angle of 295.57º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB08B8 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1718184-
CMYK0.070.9600.28
HSL295.57º91.67%37.65%-
HSV(B)295.57º95.65%72.16%-
XYZ25.5312.2946.37-
YUV76.8188.5195.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.11%
GREEN value IS 8 (3.52% from 255) = 2.20%
BLUE value IS 184 (72.27% from 255) = 50.69%
R=47.11%
G=2.20%
B=50.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17181840.070.9600.28295.5791.6737.65
HexAB8B876001C1285c26
Octal25310270714003445013446
Binary1010101110001011100011111000000111001001010001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB08B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB08B8; }

 p { color: rgb(171,8,184); }

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

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

 a { background-color: rgb(171,8,184); }

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

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

 span { border-color: rgb(171,8,184); }

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