Html Css Color HEX #AD019A Dark Magenta

📋 copy color: '#AD019A'

red 173 ◦ green 1 ◦ blue 154

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

Shades of Dark Magenta #AD019A

Tints of Dark Magenta #AD019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.95%

R = 52.74%
G = 0.3%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD019A (or 0xAD019A) is known color: Dark Magenta. HEX triplet: AD, 01 and 9A. RGB value is (173,1,154). Sum of RGB (Red+Green+Blue) = 173+1+154=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD019A is #52FE65. Grayscale: #454545. Windows color (decimal): -5439078 or 10092973. OLE color: 10092973.

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

Color convert

RGB 173 1 154 -
CMYK 0 0.99 0.11 0.32
HSL 306.63º 0.99% 0.34% -
HSV(B) 306.63º 0.99% 0.68% -
XYZ 23.08 11.24 31.52 -
YUV 69.87 175.48 201.56 -
System Red Green Blue C M Y K H S L
Decimal 173 1 154 0 0.99 0.11 0.32 306.63 0.99 0.34
Hex AD 1 9A 0 63 B 20 133 63 22
Octal 255 1 232 0 143 13 40 463 143 42
Binary 10101101 1 10011010 0 1100011 1011 100000 100110011 1100011 100010

Color Harmonies of #AD019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD019A

Black with #AD019A

Text Example


Text Example

White with #AD019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD019A; }

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

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

background-color css

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

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

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

border-color css

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

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

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