Html Css Color HEX #AD18AD Deep Magenta

📋 copy color: '#AD18AD'

red 173 ◦ green 24 ◦ blue 173

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

Shades of Deep Magenta #AD18AD

Tints of Deep Magenta #AD18AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.76%

R = 46.76%
G = 6.49%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD18AD (or 0xAD18AD) is known color: Deep Magenta. HEX triplet: AD, 18 and AD. RGB value is (173,24,173). Sum of RGB (Red+Green+Blue) = 173+24+173=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD18AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD18AD is #52E752. Grayscale: #555555. Windows color (decimal): -5433171 or 11344045. OLE color: 11344045.

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

Color convert

RGB 173 24 173 -
CMYK 0 0.86 0 0.32
HSL 300º 0.76% 0.39% -
HSV(B) 300º 0.86% 0.68% -
XYZ 25.1 12.55 40.64 -
YUV 85.54 177.36 190.38 -
System Red Green Blue C M Y K H S L
Decimal 173 24 173 0 0.86 0 0.32 300 0.76 0.39
Hex AD 18 AD 0 56 0 20 12C 4C 27
Octal 255 30 255 0 126 0 40 454 114 47
Binary 10101101 11000 10101101 0 1010110 0 100000 100101100 1001100 100111

Color Harmonies of #AD18AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD18AD

Black with #AD18AD

Text Example


Text Example

White with #AD18AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD18AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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