Html Css Color HEX #AD059F Dark Magenta

📋 copy color: '#AD059F'

red 173 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #AD059F

Tints of Dark Magenta #AD059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.48%

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

R = 51.34%
G = 1.48%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD059F (or 0xAD059F) is known color: Dark Magenta. HEX triplet: AD, 05 and 9F. RGB value is (173,5,159). Sum of RGB (Red+Green+Blue) = 173+5+159=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD059F is #52FA60. Grayscale: #484848. Windows color (decimal): -5438049 or 10421677. OLE color: 10421677.

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

Color convert

RGB 173 5 159 -
CMYK 0 0.97 0.08 0.32
HSL 305º 0.94% 0.35% -
HSV(B) 305º 0.97% 0.68% -
XYZ 23.55 11.5 33.78 -
YUV 72.79 176.66 199.48 -
System Red Green Blue C M Y K H S L
Decimal 173 5 159 0 0.97 0.08 0.32 305 0.94 0.35
Hex AD 5 9F 0 61 8 20 131 5E 23
Octal 255 5 237 0 141 10 40 461 136 43
Binary 10101101 101 10011111 0 1100001 1000 100000 100110001 1011110 100011

Color Harmonies of #AD059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD059F

Black with #AD059F

Text Example


Text Example

White with #AD059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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