Html Css Color HEX #AD18A8 Dark Magenta

📋 copy color: '#AD18A8'

red 173 ◦ green 24 ◦ blue 168

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

Shades of Dark Magenta #AD18A8

Tints of Dark Magenta #AD18A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.03%

R = 47.4%
G = 6.58%
B = 46.03%

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

#AD18A8 (or 0xAD18A8) is known color: Dark Magenta. HEX triplet: AD, 18 and A8. RGB value is (173,24,168). Sum of RGB (Red+Green+Blue) = 173+24+168=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 168 (66.02% from 255 or 46.03% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD18A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD18A8 is #52E757. Grayscale: #545454. Windows color (decimal): -5433176 or 11016365. OLE color: 11016365.

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

Color convert

RGB 173 24 168 -
CMYK 0 0.86 0.03 0.32
HSL 302.01º 0.76% 0.39% -
HSV(B) 302.01º 0.86% 0.68% -
XYZ 24.63 12.36 38.13 -
YUV 84.97 174.86 190.79 -
System Red Green Blue C M Y K H S L
Decimal 173 24 168 0 0.86 0.03 0.32 302.01 0.76 0.39
Hex AD 18 A8 0 56 3 20 12E 4C 27
Octal 255 30 250 0 126 3 40 456 114 47
Binary 10101101 11000 10101000 0 1010110 11 100000 100101110 1001100 100111

Color Harmonies of #AD18A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD18A8

Black with #AD18A8

Text Example


Text Example

White with #AD18A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD18A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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