Html Css Color HEX #AD0BB6 Deep Magenta

📋 copy color: '#AD0BB6'

red 173 ◦ green 11 ◦ blue 182

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

Shades of Deep Magenta #AD0BB6

Tints of Deep Magenta #AD0BB6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.01%

 BLUE value IS 182 (71.48% from 255) = 49.73%

R = 47.27%
G = 3.01%
B = 49.73%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD0BB6 (or 0xAD0BB6) is known color: Deep Magenta. HEX triplet: AD, 0B and B6. RGB value is (173,11,182). Sum of RGB (Red+Green+Blue) = 173+11+182=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 182 (71.48% from 255 or 49.73% from 366); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD0BB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BB6 is #52F449. Grayscale: #4E4E4E. Windows color (decimal): -5436490 or 11930541. OLE color: 11930541.

HSL color Cylindrical-coordinate representation of color #AD0BB6: hue angle of 296.84º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0BB6 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 11 182 -
CMYK 0.05 0.94 0 0.29
HSL 296.84º 0.89% 0.38% -
HSV(B) 296.84º 0.94% 0.71% -
XYZ 25.8 12.5 45.31 -
YUV 78.93 186.17 195.1 -
System Red Green Blue C M Y K H S L
Decimal 173 11 182 0.05 0.94 0 0.29 296.84 0.89 0.38
Hex AD B B6 5 5E 0 1D 129 59 26
Octal 255 13 266 5 136 0 35 451 131 46
Binary 10101101 1011 10110110 101 1011110 0 11101 100101001 1011001 100110

Color Harmonies of #AD0BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0BB6

Black with #AD0BB6

Text Example


Text Example

White with #AD0BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0BB6; }

 p { color: rgb(173,11,182); }

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

background-color css

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

 a { background-color: rgb(173,11,182); }

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

border-color css

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

 span { border-color: rgb(173,11,182); }

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