#AD15A6

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

Shades of Dark Magenta #AD15A6

Tints of Dark Magenta #AD15A6

Color information

#AD15A6 (or 0xAD15A6) is unknown color: approx Dark Magenta. HEX triplet: AD, 15 and A6. RGB value is (173,21,166). Sum of RGB (Red+Green+Blue) = 173+21+166=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD15A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD15A6 is #52EA59. Grayscale: #525252. Windows color (decimal): -5433946 or 10884525. OLE color: 10884525.

HSL color Cylindrical-coordinate representation of color #AD15A6: hue angle of 302.76º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD15A6 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB17321166-
CMYK00.880.040.32
HSL302.76º78.35%38.04%-
HSV(B)302.76º87.86%67.84%-
XYZ24.3812.1737.14-
YUV82.98174.86192.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.06%
GREEN value IS 21 (8.59% from 255) = 5.83%
BLUE value IS 166 (65.23% from 255) = 46.11%
R=48.06%
G=5.83%
B=46.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732116600.880.040.32302.7678.3538.04
HexAD15A605842012f4e26
Octal25525246013044045711646
Binary101011011010110100110010110001001000001001011111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD15A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD15A6; }

 p { color: rgb(173,21,166); }

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

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

 a { background-color: rgb(173,21,166); }

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

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

 span { border-color: rgb(173,21,166); }

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