Html Css Color HEX #AD10BB Deep Magenta

📋 copy color: '#AD10BB'

red 173 ◦ green 16 ◦ blue 187

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

Shades of Deep Magenta #AD10BB

Tints of Deep Magenta #AD10BB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.26%

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

R = 46.01%
G = 4.26%
B = 49.73%

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

#AD10BB (or 0xAD10BB) is known color: Deep Magenta. HEX triplet: AD, 10 and BB. RGB value is (173,16,187). Sum of RGB (Red+Green+Blue) = 173+16+187=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD10BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10BB is #52EF44. Grayscale: #515151. Windows color (decimal): -5435205 or 12259501. OLE color: 12259501.

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

Color convert

RGB 173 16 187 -
CMYK 0.07 0.91 0 0.27
HSL 295.09º 0.84% 0.4% -
HSV(B) 295.09º 0.91% 0.73% -
XYZ 26.39 12.84 48.1 -
YUV 82.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 173 16 187 0.07 0.91 0 0.27 295.09 0.84 0.4
Hex AD 10 BB 7 5B 0 1B 127 54 28
Octal 255 20 273 7 133 0 33 447 124 50
Binary 10101101 10000 10111011 111 1011011 0 11011 100100111 1010100 101000

Color Harmonies of #AD10BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD10BB

Black with #AD10BB

Text Example


Text Example

White with #AD10BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD10BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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