Html Css Color HEX #AD11B8 Deep Magenta

📋 copy color: '#AD11B8'

red 173 ◦ green 17 ◦ blue 184

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

Shades of Deep Magenta #AD11B8

Tints of Deep Magenta #AD11B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.2%

R = 46.26%
G = 4.55%
B = 49.2%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD11B8 (or 0xAD11B8) is known color: Deep Magenta. HEX triplet: AD, 11 and B8. RGB value is (173,17,184). Sum of RGB (Red+Green+Blue) = 173+17+184=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD11B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD11B8 is #52EE47. Grayscale: #525252. Windows color (decimal): -5434952 or 12063149. OLE color: 12063149.

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

Color convert

RGB 173 17 184 -
CMYK 0.06 0.91 0 0.28
HSL 296.05º 0.83% 0.39% -
HSV(B) 296.05º 0.91% 0.72% -
XYZ 26.09 12.75 46.43 -
YUV 82.68 185.18 192.42 -
System Red Green Blue C M Y K H S L
Decimal 173 17 184 0.06 0.91 0 0.28 296.05 0.83 0.39
Hex AD 11 B8 6 5B 0 1C 128 53 27
Octal 255 21 270 6 133 0 34 450 123 47
Binary 10101101 10001 10111000 110 1011011 0 11100 100101000 1010011 100111

Color Harmonies of #AD11B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD11B8

Black with #AD11B8

Text Example


Text Example

White with #AD11B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD11B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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