Html Css Color HEX #AD11B0 Deep Magenta

📋 copy color: '#AD11B0'

red 173 ◦ green 17 ◦ blue 176

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

Shades of Deep Magenta #AD11B0

Tints of Deep Magenta #AD11B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.09%

R = 47.27%
G = 4.64%
B = 48.09%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD11B0 (or 0xAD11B0) is known color: Deep Magenta. HEX triplet: AD, 11 and B0. RGB value is (173,17,176). Sum of RGB (Red+Green+Blue) = 173+17+176=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD11B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD11B0 is #52EE4F. Grayscale: #515151. Windows color (decimal): -5434960 or 11538861. OLE color: 11538861.

HSL color Cylindrical-coordinate representation of color #AD11B0: hue angle of 298.87º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD11B0 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 17 176 -
CMYK 0.02 0.90 0 0.31
HSL 298.87º 0.82% 0.38% -
HSV(B) 298.87º 0.9% 0.69% -
XYZ 25.27 12.42 42.14 -
YUV 81.77 181.18 193.07 -
System Red Green Blue C M Y K H S L
Decimal 173 17 176 0.02 0.90 0 0.31 298.87 0.82 0.38
Hex AD 11 B0 2 5A 0 1F 12B 52 26
Octal 255 21 260 2 132 0 37 453 122 46
Binary 10101101 10001 10110000 10 1011010 0 11111 100101011 1010010 100110

Color Harmonies of #AD11B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD11B0

Black with #AD11B0

Text Example


Text Example

White with #AD11B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD11B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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