Html Css Color HEX #AD19B2 Deep Magenta

📋 copy color: '#AD19B2'

red 173 ◦ green 25 ◦ blue 178

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

Shades of Deep Magenta #AD19B2

Tints of Deep Magenta #AD19B2

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.65%

 BLUE value IS 178 (69.92% from 255) = 47.34%

R = 46.01%
G = 6.65%
B = 47.34%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD19B2 (or 0xAD19B2) is known color: Deep Magenta. HEX triplet: AD, 19 and B2. RGB value is (173,25,178). Sum of RGB (Red+Green+Blue) = 173+25+178=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD19B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD19B2 is #52E64D. Grayscale: #565656. Windows color (decimal): -5432910 or 11671981. OLE color: 11671981.

HSL color Cylindrical-coordinate representation of color #AD19B2: hue angle of 298.04º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD19B2 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 25 178 -
CMYK 0.03 0.86 0 0.30
HSL 298.04º 0.75% 0.4% -
HSV(B) 298.04º 0.86% 0.7% -
XYZ 25.62 12.79 43.24 -
YUV 86.69 179.53 189.56 -
System Red Green Blue C M Y K H S L
Decimal 173 25 178 0.03 0.86 0 0.30 298.04 0.75 0.4
Hex AD 19 B2 3 56 0 1E 12A 4B 28
Octal 255 31 262 3 126 0 36 452 113 50
Binary 10101101 11001 10110010 11 1010110 0 11110 100101010 1001011 101000

Color Harmonies of #AD19B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19B2

Black with #AD19B2

Text Example


Text Example

White with #AD19B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD19B2; }

 p { color: rgb(173,25,178); }

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

background-color css

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

 a { background-color: rgb(173,25,178); }

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

border-color css

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

 span { border-color: rgb(173,25,178); }

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