Html Css Color HEX #AD019C Dark Magenta

📋 copy color: '#AD019C'

red 173 ◦ green 1 ◦ blue 156

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

Shades of Dark Magenta #AD019C

Tints of Dark Magenta #AD019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.27%

R = 52.42%
G = 0.3%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD019C (or 0xAD019C) is known color: Dark Magenta. HEX triplet: AD, 01 and 9C. RGB value is (173,1,156). Sum of RGB (Red+Green+Blue) = 173+1+156=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD019C is #52FE63. Grayscale: #454545. Windows color (decimal): -5439076 or 10224045. OLE color: 10224045.

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

Color convert

RGB 173 1 156 -
CMYK 0 0.99 0.10 0.32
HSL 305.93º 0.99% 0.34% -
HSV(B) 305.93º 0.99% 0.68% -
XYZ 23.25 11.31 32.41 -
YUV 70.1 176.48 201.4 -
System Red Green Blue C M Y K H S L
Decimal 173 1 156 0 0.99 0.10 0.32 305.93 0.99 0.34
Hex AD 1 9C 0 63 A 20 132 63 22
Octal 255 1 234 0 143 12 40 462 143 42
Binary 10101101 1 10011100 0 1100011 1010 100000 100110010 1100011 100010

Color Harmonies of #AD019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD019C

Black with #AD019C

Text Example


Text Example

White with #AD019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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