#ad16b3

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

Shades of Deep Magenta #AD16B3

Tints of Deep Magenta #AD16B3

Color information

#AD16B3 (or 0xAD16B3) is unknown color: approx Deep Magenta. HEX triplet: AD, 16 and B3. RGB value is (173,22,179). Sum of RGB (Red+Green+Blue) = 173+22+179=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD16B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16B3 is #52E94C. Grayscale: #545454. Windows color (decimal): -5433677 or 11736749. OLE color: 11736749.

HSL color Cylindrical-coordinate representation of color #AD16B3: hue angle of 297.71º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD16B3 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17322179-
CMYK0.030.8800.30
HSL297.71º78.11%39.41%-
HSV(B)297.71º87.71%70.2%-
XYZ25.6612.7143.75-
YUV85.05181.03190.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.26%
GREEN value IS 22 (8.98% from 255) = 5.88%
BLUE value IS 179 (70.31% from 255) = 47.86%
R=46.26%
G=5.88%
B=47.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173221790.030.8800.30297.7178.1139.41
HexAD16B335801E12a4e27
Octal25526263313003645211647
Binary1010110110110101100111110110000111101001010101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad16b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad16b3; }

 p { color: rgb(173,22,179); }

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

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

 a { background-color: rgb(173,22,179); }

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

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

 span { border-color: rgb(173,22,179); }

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