Html Css Color HEX #AD16B7 Deep Magenta

📋 copy color: '#AD16B7'

red 173 ◦ green 22 ◦ blue 183

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

Shades of Deep Magenta #AD16B7

Tints of Deep Magenta #AD16B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.41%

R = 45.77%
G = 5.82%
B = 48.41%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD16B7 (or 0xAD16B7) is known color: Deep Magenta. HEX triplet: AD, 16 and B7. RGB value is (173,22,183). Sum of RGB (Red+Green+Blue) = 173+22+183=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 183 (71.88% from 255 or 48.41% from 378); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD16B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16B7 is #52E948. Grayscale: #555555. Windows color (decimal): -5433673 or 11998893. OLE color: 11998893.

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

Color convert

RGB 173 22 183 -
CMYK 0.05 0.88 0 0.28
HSL 296.27º 0.79% 0.4% -
HSV(B) 296.27º 0.88% 0.72% -
XYZ 26.07 12.88 45.91 -
YUV 85.5 183.03 190.41 -
System Red Green Blue C M Y K H S L
Decimal 173 22 183 0.05 0.88 0 0.28 296.27 0.79 0.4
Hex AD 16 B7 5 58 0 1C 128 4F 28
Octal 255 26 267 5 130 0 34 450 117 50
Binary 10101101 10110 10110111 101 1011000 0 11100 100101000 1001111 101000

Color Harmonies of #AD16B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD16B7

Black with #AD16B7

Text Example


Text Example

White with #AD16B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD16B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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