Html Css Color HEX #AD18AC Deep Magenta

📋 copy color: '#AD18AC'

red 173 ◦ green 24 ◦ blue 172

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

Shades of Deep Magenta #AD18AC

Tints of Deep Magenta #AD18AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.61%

R = 46.88%
G = 6.5%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD18AC (or 0xAD18AC) is known color: Deep Magenta. HEX triplet: AD, 18 and AC. RGB value is (173,24,172). Sum of RGB (Red+Green+Blue) = 173+24+172=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD18AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD18AC is #52E753. Grayscale: #545454. Windows color (decimal): -5433172 or 11278509. OLE color: 11278509.

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

Color convert

RGB 173 24 172 -
CMYK 0 0.86 0.01 0.32
HSL 300.4º 0.76% 0.39% -
HSV(B) 300.4º 0.86% 0.68% -
XYZ 25.01 12.52 40.13 -
YUV 85.42 176.86 190.47 -
System Red Green Blue C M Y K H S L
Decimal 173 24 172 0 0.86 0.01 0.32 300.4 0.76 0.39
Hex AD 18 AC 0 56 1 20 12C 4C 27
Octal 255 30 254 0 126 1 40 454 114 47
Binary 10101101 11000 10101100 0 1010110 1 100000 100101100 1001100 100111

Color Harmonies of #AD18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD18AC

Black with #AD18AC

Text Example


Text Example

White with #AD18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD18AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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