Html Css Color HEX #AD16BB Deep Magenta

📋 copy color: '#AD16BB'

red 173 ◦ green 22 ◦ blue 187

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

Shades of Deep Magenta #AD16BB

Tints of Deep Magenta #AD16BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.95%

R = 45.29%
G = 5.76%
B = 48.95%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD16BB (or 0xAD16BB) is known color: Deep Magenta. HEX triplet: AD, 16 and BB. RGB value is (173,22,187). Sum of RGB (Red+Green+Blue) = 173+22+187=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD16BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16BB is #52E944. Grayscale: #555555. Windows color (decimal): -5433669 or 12261037. OLE color: 12261037.

HSL color Cylindrical-coordinate representation of color #AD16BB: hue angle of 294.91º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD16BB is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 22 187 -
CMYK 0.07 0.88 0 0.27
HSL 294.91º 0.79% 0.41% -
HSV(B) 294.91º 0.88% 0.73% -
XYZ 26.49 13.05 48.14 -
YUV 85.96 185.03 190.08 -
System Red Green Blue C M Y K H S L
Decimal 173 22 187 0.07 0.88 0 0.27 294.91 0.79 0.41
Hex AD 16 BB 7 58 0 1B 127 4F 29
Octal 255 26 273 7 130 0 33 447 117 51
Binary 10101101 10110 10111011 111 1011000 0 11011 100100111 1001111 101001

Color Harmonies of #AD16BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD16BB

Black with #AD16BB

Text Example


Text Example

White with #AD16BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD16BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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