#AB03AF

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

Shades of Deep Magenta #AB03AF

Tints of Deep Magenta #AB03AF

Color information

#AB03AF (or 0xAB03AF) is unknown color: approx Deep Magenta. HEX triplet: AB, 03 and AF. RGB value is (171,3,175). Sum of RGB (Red+Green+Blue) = 171+3+175=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB03AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB03AF is #54FC50. Grayscale: #484848. Windows color (decimal): -5569617 or 11469739. OLE color: 11469739.

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

Color convert

RGB1713175-
CMYK0.020.9800.31
HSL298.6º96.63%34.9%-
HSV(B)298.6º98.29%68.63%-
XYZ24.5711.8241.54-
YUV72.84185.66198.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 175 (68.75% from 255) = 50.14%
R=49.00%
G=0.86%
B=50.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17131750.020.9800.31298.696.6334.9
HexAB3AF26201F12b6123
Octal2533257214203745314143
Binary1010101111101011111011000100111111001010111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB03AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB03AF; }

 p { color: rgb(171,3,175); }

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

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

 a { background-color: rgb(171,3,175); }

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

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

 span { border-color: rgb(171,3,175); }

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