Html Css Color HEX #AD11BB Deep Magenta

📋 copy color: '#AD11BB'

red 173 ◦ green 17 ◦ blue 187

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

Shades of Deep Magenta #AD11BB

Tints of Deep Magenta #AD11BB

RGB

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

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

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

R = 45.89%
G = 4.51%
B = 49.6%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD11BB (or 0xAD11BB) is known color: Deep Magenta. HEX triplet: AD, 11 and BB. RGB value is (173,17,187). Sum of RGB (Red+Green+Blue) = 173+17+187=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD11BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD11BB is #52EE44. Grayscale: #525252. Windows color (decimal): -5434949 or 12259757. OLE color: 12259757.

HSL color Cylindrical-coordinate representation of color #AD11BB: hue angle of 295.06º 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 #AD11BB is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 17 187 -
CMYK 0.07 0.91 0 0.27
HSL 295.06º 0.83% 0.4% -
HSV(B) 295.06º 0.91% 0.73% -
XYZ 26.4 12.87 48.11 -
YUV 83.02 186.68 192.18 -
System Red Green Blue C M Y K H S L
Decimal 173 17 187 0.07 0.91 0 0.27 295.06 0.83 0.4
Hex AD 11 BB 7 5B 0 1B 127 53 28
Octal 255 21 273 7 133 0 33 447 123 50
Binary 10101101 10001 10111011 111 1011011 0 11011 100100111 1010011 101000

Color Harmonies of #AD11BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD11BB

Black with #AD11BB

Text Example


Text Example

White with #AD11BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD11BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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