#AB04AE

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

Shades of Deep Magenta #AB04AE

Tints of Deep Magenta #AB04AE

Color information

#AB04AE (or 0xAB04AE) is unknown color: approx Deep Magenta. HEX triplet: AB, 04 and AE. RGB value is (171,4,174). Sum of RGB (Red+Green+Blue) = 171+4+174=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB04AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB04AE is #54FB51. Grayscale: #484848. Windows color (decimal): -5569362 or 11404459. OLE color: 11404459.

HSL color Cylindrical-coordinate representation of color #AB04AE: hue angle of 298.94º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04AE is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1714174-
CMYK0.020.9800.32
HSL298.94º95.51%34.9%-
HSV(B)298.94º97.7%68.24%-
XYZ24.4811.841.03-
YUV73.31184.83197.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 4 (1.95% from 255) = 1.15%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=49.00%
G=1.15%
B=49.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17141740.020.9800.32298.9495.5134.9
HexAB4AE26202012b6023
Octal2534256214204045314043
Binary101010111001010111010110001001000001001010111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB04AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB04AE; }

 p { color: rgb(171,4,174); }

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

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

 a { background-color: rgb(171,4,174); }

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

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

 span { border-color: rgb(171,4,174); }

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