Html Css Color HEX #AD059B Dark Magenta

📋 copy color: '#AD059B'

red 173 ◦ green 5 ◦ blue 155

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

Shades of Dark Magenta #AD059B

Tints of Dark Magenta #AD059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.55%

R = 51.95%
G = 1.5%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD059B (or 0xAD059B) is known color: Dark Magenta. HEX triplet: AD, 05 and 9B. RGB value is (173,5,155). Sum of RGB (Red+Green+Blue) = 173+5+155=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD059B is #52FA64. Grayscale: #474747. Windows color (decimal): -5438053 or 10159533. OLE color: 10159533.

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

Color convert

RGB 173 5 155 -
CMYK 0 0.97 0.10 0.32
HSL 306.43º 0.94% 0.35% -
HSV(B) 306.43º 0.97% 0.68% -
XYZ 23.2 11.36 31.98 -
YUV 72.33 174.66 199.8 -
System Red Green Blue C M Y K H S L
Decimal 173 5 155 0 0.97 0.10 0.32 306.43 0.94 0.35
Hex AD 5 9B 0 61 A 20 132 5E 23
Octal 255 5 233 0 141 12 40 462 136 43
Binary 10101101 101 10011011 0 1100001 1010 100000 100110010 1011110 100011

Color Harmonies of #AD059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD059B

Black with #AD059B

Text Example


Text Example

White with #AD059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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