Html Css Color HEX #AD18A9 Dark Magenta

📋 copy color: '#AD18A9'

red 173 ◦ green 24 ◦ blue 169

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

Shades of Dark Magenta #AD18A9

Tints of Dark Magenta #AD18A9

RGB

 RED value IS 173 (67.97% from 255) = 47.27%

 GREEN value IS 24 (9.77% from 255) = 6.56%

 BLUE value IS 169 (66.41% from 255) = 46.17%

R = 47.27%
G = 6.56%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD18A9 (or 0xAD18A9) is known color: Dark Magenta. HEX triplet: AD, 18 and A9. RGB value is (173,24,169). Sum of RGB (Red+Green+Blue) = 173+24+169=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 169 (66.41% from 255 or 46.17% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD18A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD18A9 is #52E756. Grayscale: #545454. Windows color (decimal): -5433175 or 11081901. OLE color: 11081901.

HSL color Cylindrical-coordinate representation of color #AD18A9: hue angle of 301.61º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD18A9 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 24 169 -
CMYK 0 0.86 0.02 0.32
HSL 301.61º 0.76% 0.39% -
HSV(B) 301.61º 0.86% 0.68% -
XYZ 24.72 12.4 38.63 -
YUV 85.08 175.36 190.71 -
System Red Green Blue C M Y K H S L
Decimal 173 24 169 0 0.86 0.02 0.32 301.61 0.76 0.39
Hex AD 18 A9 0 56 2 20 12E 4C 27
Octal 255 30 251 0 126 2 40 456 114 47
Binary 10101101 11000 10101001 0 1010110 10 100000 100101110 1001100 100111

Color Harmonies of #AD18A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD18A9

Black with #AD18A9

Text Example


Text Example

White with #AD18A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD18A9; }

 p { color: rgb(173,24,169); }

 H1.HeaderClassName
 {
   color: #AD18A9;
 }
 .AnyTagClassName
 {
   color: #AD18A9;
 }
</style>

background-color css

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

 a { background-color: rgb(173,24,169); }

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

border-color css

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

 span { border-color: rgb(173,24,169); }

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