Html Css Color HEX #AD18A7 Dark Magenta

📋 copy color: '#AD18A7'

red 173 ◦ green 24 ◦ blue 167

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

Shades of Dark Magenta #AD18A7

Tints of Dark Magenta #AD18A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.88%

R = 47.53%
G = 6.59%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD18A7 (or 0xAD18A7) is known color: Dark Magenta. HEX triplet: AD, 18 and A7. RGB value is (173,24,167). Sum of RGB (Red+Green+Blue) = 173+24+167=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 167 (65.62% from 255 or 45.88% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD18A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD18A7 is #52E758. Grayscale: #545454. Windows color (decimal): -5433177 or 10950829. OLE color: 10950829.

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

Color convert

RGB 173 24 167 -
CMYK 0 0.86 0.03 0.32
HSL 302.42º 0.76% 0.39% -
HSV(B) 302.42º 0.86% 0.68% -
XYZ 24.54 12.33 37.65 -
YUV 84.85 174.36 190.87 -
System Red Green Blue C M Y K H S L
Decimal 173 24 167 0 0.86 0.03 0.32 302.42 0.76 0.39
Hex AD 18 A7 0 56 3 20 12E 4C 27
Octal 255 30 247 0 126 3 40 456 114 47
Binary 10101101 11000 10100111 0 1010110 11 100000 100101110 1001100 100111

Color Harmonies of #AD18A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD18A7

Black with #AD18A7

Text Example


Text Example

White with #AD18A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD18A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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