Html Css Color HEX #AD13BB Deep Magenta

📋 copy color: '#AD13BB'

red 173 ◦ green 19 ◦ blue 187

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

Shades of Deep Magenta #AD13BB

Tints of Deep Magenta #AD13BB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.01%

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

R = 45.65%
G = 5.01%
B = 49.34%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD13BB (or 0xAD13BB) is known color: Deep Magenta. HEX triplet: AD, 13 and BB. RGB value is (173,19,187). Sum of RGB (Red+Green+Blue) = 173+19+187=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD13BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD13BB is #52EC44. Grayscale: #535353. Windows color (decimal): -5434437 or 12260269. OLE color: 12260269.

HSL color Cylindrical-coordinate representation of color #AD13BB: hue angle of 295º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD13BB is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 19 187 -
CMYK 0.07 0.90 0 0.27
HSL 295º 0.82% 0.4% -
HSV(B) 295º 0.9% 0.73% -
XYZ 26.44 12.94 48.12 -
YUV 84.2 186.02 191.34 -
System Red Green Blue C M Y K H S L
Decimal 173 19 187 0.07 0.90 0 0.27 295 0.82 0.4
Hex AD 13 BB 7 5A 0 1B 127 52 28
Octal 255 23 273 7 132 0 33 447 122 50
Binary 10101101 10011 10111011 111 1011010 0 11011 100100111 1010010 101000

Color Harmonies of #AD13BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD13BB

Black with #AD13BB

Text Example


Text Example

White with #AD13BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD13BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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