Html Css Color HEX #AD019F Dark Magenta

📋 copy color: '#AD019F'

red 173 ◦ green 1 ◦ blue 159

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

Shades of Dark Magenta #AD019F

Tints of Dark Magenta #AD019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 159 (62.5% from 255) = 47.75%

R = 51.95%
G = 0.3%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD019F (or 0xAD019F) is known color: Dark Magenta. HEX triplet: AD, 01 and 9F. RGB value is (173,1,159). Sum of RGB (Red+Green+Blue) = 173+1+159=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD019F is #52FE60. Grayscale: #454545. Windows color (decimal): -5439073 or 10420653. OLE color: 10420653.

HSL color Cylindrical-coordinate representation of color #AD019F: hue angle of 304.88º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD019F is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 1 159 -
CMYK 0 0.99 0.08 0.32
HSL 304.88º 0.99% 0.34% -
HSV(B) 304.88º 0.99% 0.68% -
XYZ 23.5 11.41 33.76 -
YUV 70.44 177.98 201.15 -
System Red Green Blue C M Y K H S L
Decimal 173 1 159 0 0.99 0.08 0.32 304.88 0.99 0.34
Hex AD 1 9F 0 63 8 20 131 63 22
Octal 255 1 237 0 143 10 40 461 143 42
Binary 10101101 1 10011111 0 1100011 1000 100000 100110001 1100011 100010

Color Harmonies of #AD019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD019F

Black with #AD019F

Text Example


Text Example

White with #AD019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD019F; }

 p { color: rgb(173,1,159); }

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

background-color css

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

 a { background-color: rgb(173,1,159); }

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

border-color css

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

 span { border-color: rgb(173,1,159); }

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