#AB10AD

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

Shades of Deep Magenta #AB10AD

Tints of Deep Magenta #AB10AD

Color information

#AB10AD (or 0xAB10AD) is unknown color: approx Deep Magenta. HEX triplet: AB, 10 and AD. RGB value is (171,16,173). Sum of RGB (Red+Green+Blue) = 171+16+173=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB10AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB10AD is #54EF52. Grayscale: #4F4F4F. Windows color (decimal): -5566291 or 11341995. OLE color: 11341995.

HSL color Cylindrical-coordinate representation of color #AB10AD: hue angle of 299.24º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB10AD is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17116173-
CMYK0.010.9100.32
HSL299.24º83.07%37.06%-
HSV(B)299.24º90.75%67.84%-
XYZ24.5212.0540.57-
YUV80.24180.35192.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.5%
GREEN value IS 16 (6.64% from 255) = 4.44%
BLUE value IS 173 (67.97% from 255) = 48.06%
R=47.5%
G=4.44%
B=48.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171161730.010.9100.32299.2483.0737.06
HexAB10AD15B02012b5325
Octal25320255113304045312345
Binary1010101110000101011011101101101000001001010111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB10AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB10AD; }

 p { color: rgb(171,16,173); }

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

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

 a { background-color: rgb(171,16,173); }

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

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

 span { border-color: rgb(171,16,173); }

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