#AD10AB

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

Shades of Deep Magenta #AD10AB

Tints of Deep Magenta #AD10AB

Color information

#AD10AB (or 0xAD10AB) is unknown color: approx Deep Magenta. HEX triplet: AD, 10 and AB. RGB value is (173,16,171). Sum of RGB (Red+Green+Blue) = 173+16+171=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD10AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD10AB is #52EF54. Grayscale: #505050. Windows color (decimal): -5435221 or 11210925. OLE color: 11210925.

HSL color Cylindrical-coordinate representation of color #AD10AB: hue angle of 300.76º 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 #AD10AB is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB17316171-
CMYK00.910.010.32
HSL300.76º83.07%37.06%-
HSV(B)300.76º90.75%67.84%-
XYZ24.7712.239.58-
YUV80.61179.01193.9-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731617100.910.010.32300.7683.0737.06
HexAD10AB05B12012d5325
Octal25520253013314045512345
Binary1010110110000101010110101101111000001001011011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD10AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD10AB; }

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

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

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

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

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

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

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

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