Html Css Color HEX #AD11B9 Deep Magenta

📋 copy color: '#AD11B9'

red 173 ◦ green 17 ◦ blue 185

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

Shades of Deep Magenta #AD11B9

Tints of Deep Magenta #AD11B9

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.53%

 BLUE value IS 185 (72.66% from 255) = 49.33%

R = 46.13%
G = 4.53%
B = 49.33%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD11B9 (or 0xAD11B9) is known color: Deep Magenta. HEX triplet: AD, 11 and B9. RGB value is (173,17,185). Sum of RGB (Red+Green+Blue) = 173+17+185=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD11B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD11B9 is #52EE46. Grayscale: #525252. Windows color (decimal): -5434951 or 12128685. OLE color: 12128685.

HSL color Cylindrical-coordinate representation of color #AD11B9: hue angle of 295.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD11B9 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 17 185 -
CMYK 0.06 0.91 0 0.27
HSL 295.71º 0.83% 0.4% -
HSV(B) 295.71º 0.91% 0.73% -
XYZ 26.19 12.79 46.99 -
YUV 82.8 185.68 192.34 -
System Red Green Blue C M Y K H S L
Decimal 173 17 185 0.06 0.91 0 0.27 295.71 0.83 0.4
Hex AD 11 B9 6 5B 0 1B 128 53 28
Octal 255 21 271 6 133 0 33 450 123 50
Binary 10101101 10001 10111001 110 1011011 0 11011 100101000 1010011 101000

Color Harmonies of #AD11B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD11B9

Black with #AD11B9

Text Example


Text Example

White with #AD11B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD11B9; }

 p { color: rgb(173,17,185); }

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

background-color css

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

 a { background-color: rgb(173,17,185); }

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

border-color css

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

 span { border-color: rgb(173,17,185); }

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