#AB0EB0

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

Shades of Deep Magenta #AB0EB0

Tints of Deep Magenta #AB0EB0

Color information

#AB0EB0 (or 0xAB0EB0) is unknown color: approx Deep Magenta. HEX triplet: AB, 0E and B0. RGB value is (171,14,176). Sum of RGB (Red+Green+Blue) = 171+14+176=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB0EB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0EB0 is #54F14F. Grayscale: #4E4E4E. Windows color (decimal): -5566800 or 11538091. OLE color: 11538091.

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

Color convert

RGB17114176-
CMYK0.030.9200.31
HSL298.15º85.26%37.25%-
HSV(B)298.15º92.05%69.02%-
XYZ24.7912.1142.1-
YUV79.41182.51193.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 14 (5.86% from 255) = 3.88%
BLUE value IS 176 (69.14% from 255) = 48.75%
R=47.37%
G=3.88%
B=48.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171141760.030.9200.31298.1585.2637.25
HexABEB035C01F12a5525
Octal25316260313403745212545
Binary101010111110101100001110111000111111001010101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0EB0; }

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

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

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

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

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

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

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

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