Html Css Color HEX #AD16B6 Deep Magenta

📋 copy color: '#AD16B6'

red 173 ◦ green 22 ◦ blue 182

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

Shades of Deep Magenta #AD16B6

Tints of Deep Magenta #AD16B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.28%

R = 45.89%
G = 5.84%
B = 48.28%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD16B6 (or 0xAD16B6) is known color: Deep Magenta. HEX triplet: AD, 16 and B6. RGB value is (173,22,182). Sum of RGB (Red+Green+Blue) = 173+22+182=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD16B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16B6 is #52E949. Grayscale: #545454. Windows color (decimal): -5433674 or 11933357. OLE color: 11933357.

HSL color Cylindrical-coordinate representation of color #AD16B6: hue angle of 296.62º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD16B6 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 22 182 -
CMYK 0.05 0.88 0 0.29
HSL 296.63º 0.78% 0.4% -
HSV(B) 296.63º 0.88% 0.71% -
XYZ 25.96 12.84 45.37 -
YUV 85.39 182.53 190.49 -
System Red Green Blue C M Y K H S L
Decimal 173 22 182 0.05 0.88 0 0.29 296.63 0.78 0.4
Hex AD 16 B6 5 58 0 1D 129 4E 28
Octal 255 26 266 5 130 0 35 451 116 50
Binary 10101101 10110 10110110 101 1011000 0 11101 100101001 1001110 101000

Color Harmonies of #AD16B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD16B6

Black with #AD16B6

Text Example


Text Example

White with #AD16B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD16B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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