Html Css Color HEX #AD16AA Deep Magenta

📋 copy color: '#AD16AA'

red 173 ◦ green 22 ◦ blue 170

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

Shades of Deep Magenta #AD16AA

Tints of Deep Magenta #AD16AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.03%

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 47.4%
G = 6.03%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD16AA (or 0xAD16AA) is known color: Deep Magenta. HEX triplet: AD, 16 and AA. RGB value is (173,22,170). Sum of RGB (Red+Green+Blue) = 173+22+170=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD16AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD16AA is #52E955. Grayscale: #535353. Windows color (decimal): -5433686 or 11146925. OLE color: 11146925.

HSL color Cylindrical-coordinate representation of color #AD16AA: hue angle of 301.19º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD16AA is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 22 170 -
CMYK 0 0.87 0.02 0.32
HSL 301.19º 0.77% 0.38% -
HSV(B) 301.19º 0.87% 0.68% -
XYZ 24.78 12.36 39.11 -
YUV 84.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 173 22 170 0 0.87 0.02 0.32 301.19 0.77 0.38
Hex AD 16 AA 0 57 2 20 12D 4D 26
Octal 255 26 252 0 127 2 40 455 115 46
Binary 10101101 10110 10101010 0 1010111 10 100000 100101101 1001101 100110

Color Harmonies of #AD16AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD16AA

Black with #AD16AA

Text Example


Text Example

White with #AD16AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD16AA; }

 p { color: rgb(173,22,170); }

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

background-color css

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

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

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

border-color css

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

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

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