Html Css Color HEX #AD16B3 Deep Magenta

📋 copy color: '#AD16B3'

red 173 ◦ green 22 ◦ blue 179

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

Shades of Deep Magenta #AD16B3

Tints of Deep Magenta #AD16B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.86%

R = 46.26%
G = 5.88%
B = 47.86%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD16B3 (or 0xAD16B3) is known color: Deep Magenta. HEX triplet: AD, 16 and B3. RGB value is (173,22,179). Sum of RGB (Red+Green+Blue) = 173+22+179=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD16B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16B3 is #52E94C. Grayscale: #545454. Windows color (decimal): -5433677 or 11736749. OLE color: 11736749.

HSL color Cylindrical-coordinate representation of color #AD16B3: hue angle of 297.71º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD16B3 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 22 179 -
CMYK 0.03 0.88 0 0.30
HSL 297.71º 0.78% 0.39% -
HSV(B) 297.71º 0.88% 0.7% -
XYZ 25.66 12.71 43.75 -
YUV 85.05 181.03 190.73 -
System Red Green Blue C M Y K H S L
Decimal 173 22 179 0.03 0.88 0 0.30 297.71 0.78 0.39
Hex AD 16 B3 3 58 0 1E 12A 4E 27
Octal 255 26 263 3 130 0 36 452 116 47
Binary 10101101 10110 10110011 11 1011000 0 11110 100101010 1001110 100111

Color Harmonies of #AD16B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD16B3

Black with #AD16B3

Text Example


Text Example

White with #AD16B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD16B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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