Html Css Color HEX #AD15A6 Dark Magenta

📋 copy color: '#AD15A6'

red 173 ◦ green 21 ◦ blue 166

#AD15A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #AD15A6

Tints of Dark Magenta #AD15A6

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 value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD15A6 (or 0xAD15A6) is known color: 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

RGB 173 21 166 -
CMYK 0 0.88 0.04 0.32
HSL 302.76º 0.78% 0.38% -
HSV(B) 302.76º 0.88% 0.68% -
XYZ 24.38 12.17 37.14 -
YUV 82.98 174.86 192.21 -
System Red Green Blue C M Y K H S L
Decimal 173 21 166 0 0.88 0.04 0.32 302.76 0.78 0.38
Hex AD 15 A6 0 58 4 20 12F 4E 26
Octal 255 25 246 0 130 4 40 457 116 46
Binary 10101101 10101 10100110 0 1011000 100 100000 100101111 1001110 100110

Color Harmonies of #AD15A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15A6

Black with #AD15A6

Text Example


Text Example

White with #AD15A6

Text Example


Text Example

HTML Codes & Css Web 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>