Html Css Color HEX #AD11AD Deep Magenta

📋 copy color: '#AD11AD'

red 173 ◦ green 17 ◦ blue 173

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

Shades of Deep Magenta #AD11AD

Tints of Deep Magenta #AD11AD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.68%

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

R = 47.66%
G = 4.68%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD11AD (or 0xAD11AD) is known color: Deep Magenta. HEX triplet: AD, 11 and AD. RGB value is (173,17,173). Sum of RGB (Red+Green+Blue) = 173+17+173=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD11AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD11AD is #52EE52. Grayscale: #505050. Windows color (decimal): -5434963 or 11342253. OLE color: 11342253.

HSL color Cylindrical-coordinate representation of color #AD11AD: hue angle of 300º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD11AD is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 173 -
CMYK 0 0.90 0 0.32
HSL 300º 0.82% 0.37% -
HSV(B) 300º 0.9% 0.68% -
XYZ 24.98 12.3 40.59 -
YUV 81.43 179.68 193.32 -
System Red Green Blue C M Y K H S L
Decimal 173 17 173 0 0.90 0 0.32 300 0.82 0.37
Hex AD 11 AD 0 5A 0 20 12C 52 25
Octal 255 21 255 0 132 0 40 454 122 45
Binary 10101101 10001 10101101 0 1011010 0 100000 100101100 1010010 100101

Color Harmonies of #AD11AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD11AD

Black with #AD11AD

Text Example


Text Example

White with #AD11AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD11AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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