Html Css Color HEX #AD16B4 Deep Magenta

📋 copy color: '#AD16B4'

red 173 ◦ green 22 ◦ blue 180

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

Shades of Deep Magenta #AD16B4

Tints of Deep Magenta #AD16B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48%

R = 46.13%
G = 5.87%
B = 48%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD16B4 (or 0xAD16B4) is known color: Deep Magenta. HEX triplet: AD, 16 and B4. RGB value is (173,22,180). Sum of RGB (Red+Green+Blue) = 173+22+180=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD16B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16B4 is #52E94B. Grayscale: #545454. Windows color (decimal): -5433676 or 11802285. OLE color: 11802285.

HSL color Cylindrical-coordinate representation of color #AD16B4: hue angle of 297.34º 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 #AD16B4 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 22 180 -
CMYK 0.04 0.88 0 0.29
HSL 297.34º 0.78% 0.4% -
HSV(B) 297.34º 0.88% 0.71% -
XYZ 25.76 12.75 44.28 -
YUV 85.16 181.53 190.65 -
System Red Green Blue C M Y K H S L
Decimal 173 22 180 0.04 0.88 0 0.29 297.34 0.78 0.4
Hex AD 16 B4 4 58 0 1D 129 4E 28
Octal 255 26 264 4 130 0 35 451 116 50
Binary 10101101 10110 10110100 100 1011000 0 11101 100101001 1001110 101000

Color Harmonies of #AD16B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD16B4

Black with #AD16B4

Text Example


Text Example

White with #AD16B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD16B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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