Html Css Color HEX #AD019E Dark Magenta

📋 copy color: '#AD019E'

red 173 ◦ green 1 ◦ blue 158

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

Shades of Dark Magenta #AD019E

Tints of Dark Magenta #AD019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.59%

R = 52.11%
G = 0.3%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD019E (or 0xAD019E) is known color: Dark Magenta. HEX triplet: AD, 01 and 9E. RGB value is (173,1,158). Sum of RGB (Red+Green+Blue) = 173+1+158=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD019E is #52FE61. Grayscale: #454545. Windows color (decimal): -5439074 or 10355117. OLE color: 10355117.

HSL color Cylindrical-coordinate representation of color #AD019E: hue angle of 305.23º 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 #AD019E is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 1 158 -
CMYK 0 0.99 0.09 0.32
HSL 305.23º 0.99% 0.34% -
HSV(B) 305.23º 0.99% 0.68% -
XYZ 23.42 11.37 33.31 -
YUV 70.33 177.48 201.23 -
System Red Green Blue C M Y K H S L
Decimal 173 1 158 0 0.99 0.09 0.32 305.23 0.99 0.34
Hex AD 1 9E 0 63 9 20 131 63 22
Octal 255 1 236 0 143 11 40 461 143 42
Binary 10101101 1 10011110 0 1100011 1001 100000 100110001 1100011 100010

Color Harmonies of #AD019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD019E

Black with #AD019E

Text Example


Text Example

White with #AD019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD019E; }

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

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

background-color css

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

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

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

border-color css

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

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

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