#AB12B8

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

Shades of Deep Magenta #AB12B8

Tints of Deep Magenta #AB12B8

Color information

#AB12B8 (or 0xAB12B8) is unknown color: approx Deep Magenta. HEX triplet: AB, 12 and B8. RGB value is (171,18,184). Sum of RGB (Red+Green+Blue) = 171+18+184=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB12B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12B8 is #54ED47. Grayscale: #525252. Windows color (decimal): -5565768 or 12063403. OLE color: 12063403.

HSL color Cylindrical-coordinate representation of color #AB12B8: hue angle of 295.3º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB12B8 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17118184-
CMYK0.070.9000.28
HSL295.3º82.18%39.61%-
HSV(B)295.3º90.22%72.16%-
XYZ25.6612.5546.42-
YUV82.67185.19191-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 18 (7.42% from 255) = 4.83%
BLUE value IS 184 (72.27% from 255) = 49.33%
R=45.84%
G=4.83%
B=49.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171181840.070.9000.28295.382.1839.61
HexAB12B875A01C1275228
Octal25322270713203444712250
Binary10101011100101011100011110110100111001001001111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB12B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB12B8; }

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

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

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

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

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

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

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

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