Html Css Color HEX #AD19AB Deep Magenta

📋 copy color: '#AD19AB'

red 173 ◦ green 25 ◦ blue 171

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

Shades of Deep Magenta #AD19AB

Tints of Deep Magenta #AD19AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 46.88%
G = 6.78%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD19AB (or 0xAD19AB) is known color: Deep Magenta. HEX triplet: AD, 19 and AB. RGB value is (173,25,171). Sum of RGB (Red+Green+Blue) = 173+25+171=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD19AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD19AB is #52E654. Grayscale: #555555. Windows color (decimal): -5432917 or 11213229. OLE color: 11213229.

HSL color Cylindrical-coordinate representation of color #AD19AB: hue angle of 300.81º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD19AB is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 25 171 -
CMYK 0 0.86 0.01 0.32
HSL 300.81º 0.75% 0.39% -
HSV(B) 300.81º 0.86% 0.68% -
XYZ 24.93 12.52 39.63 -
YUV 85.9 176.03 190.13 -
System Red Green Blue C M Y K H S L
Decimal 173 25 171 0 0.86 0.01 0.32 300.81 0.75 0.39
Hex AD 19 AB 0 56 1 20 12D 4B 27
Octal 255 31 253 0 126 1 40 455 113 47
Binary 10101101 11001 10101011 0 1010110 1 100000 100101101 1001011 100111

Color Harmonies of #AD19AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19AB

Black with #AD19AB

Text Example


Text Example

White with #AD19AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD19AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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