Html Css Color HEX #AD019D Dark Magenta

📋 copy color: '#AD019D'

red 173 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #AD019D

Tints of Dark Magenta #AD019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.43%

R = 52.27%
G = 0.3%
B = 47.43%

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

#AD019D (or 0xAD019D) is known color: Dark Magenta. HEX triplet: AD, 01 and 9D. RGB value is (173,1,157). Sum of RGB (Red+Green+Blue) = 173+1+157=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD019D is #52FE62. Grayscale: #454545. Windows color (decimal): -5439075 or 10289581. OLE color: 10289581.

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

Color convert

RGB 173 1 157 -
CMYK 0 0.99 0.09 0.32
HSL 305.58º 0.99% 0.34% -
HSV(B) 305.58º 0.99% 0.68% -
XYZ 23.33 11.34 32.86 -
YUV 70.21 176.98 201.32 -
System Red Green Blue C M Y K H S L
Decimal 173 1 157 0 0.99 0.09 0.32 305.58 0.99 0.34
Hex AD 1 9D 0 63 9 20 132 63 22
Octal 255 1 235 0 143 11 40 462 143 42
Binary 10101101 1 10011101 0 1100011 1001 100000 100110010 1100011 100010

Color Harmonies of #AD019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD019D

Black with #AD019D

Text Example


Text Example

White with #AD019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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