Html Css Color HEX #AD13B9 Deep Magenta

📋 copy color: '#AD13B9'

red 173 ◦ green 19 ◦ blue 185

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

Shades of Deep Magenta #AD13B9

Tints of Deep Magenta #AD13B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.07%

R = 45.89%
G = 5.04%
B = 49.07%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD13B9 (or 0xAD13B9) is known color: Deep Magenta. HEX triplet: AD, 13 and B9. RGB value is (173,19,185). Sum of RGB (Red+Green+Blue) = 173+19+185=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD13B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD13B9 is #52EC46. Grayscale: #535353. Windows color (decimal): -5434439 or 12129197. OLE color: 12129197.

HSL color Cylindrical-coordinate representation of color #AD13B9: hue angle of 295.66º degrees, saturation: 0.81, 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 #AD13B9 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 19 185 -
CMYK 0.06 0.90 0 0.27
HSL 295.66º 0.81% 0.4% -
HSV(B) 295.66º 0.9% 0.73% -
XYZ 26.22 12.85 47 -
YUV 83.97 185.02 191.5 -
System Red Green Blue C M Y K H S L
Decimal 173 19 185 0.06 0.90 0 0.27 295.66 0.81 0.4
Hex AD 13 B9 6 5A 0 1B 128 51 28
Octal 255 23 271 6 132 0 33 450 121 50
Binary 10101101 10011 10111001 110 1011010 0 11011 100101000 1010001 101000

Color Harmonies of #AD13B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD13B9

Black with #AD13B9

Text Example


Text Example

White with #AD13B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD13B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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