#AB14B0

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

Shades of Deep Magenta #AB14B0

Tints of Deep Magenta #AB14B0

Color information

#AB14B0 (or 0xAB14B0) is unknown color: approx Deep Magenta. HEX triplet: AB, 14 and B0. RGB value is (171,20,176). Sum of RGB (Red+Green+Blue) = 171+20+176=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB14B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB14B0 is #54EB4F. Grayscale: #525252. Windows color (decimal): -5565264 or 11539627. OLE color: 11539627.

HSL color Cylindrical-coordinate representation of color #AB14B0: hue angle of 298.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB14B0 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17120176-
CMYK0.030.8900.31
HSL298.08º79.59%38.43%-
HSV(B)298.08º88.64%69.02%-
XYZ24.8812.2942.14-
YUV82.93180.53190.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.59%
GREEN value IS 20 (8.20% from 255) = 5.45%
BLUE value IS 176 (69.14% from 255) = 47.96%
R=46.59%
G=5.45%
B=47.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171201760.030.8900.31298.0879.5938.43
HexAB14B035901F12a5026
Octal25324260313103745212046
Binary1010101110100101100001110110010111111001010101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB14B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB14B0; }

 p { color: rgb(171,20,176); }

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

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

 a { background-color: rgb(171,20,176); }

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

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

 span { border-color: rgb(171,20,176); }

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