Html Css Color HEX #AD0599 Dark Magenta

📋 copy color: '#AD0599'

red 173 ◦ green 5 ◦ blue 153

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

Shades of Dark Magenta #AD0599

Tints of Dark Magenta #AD0599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.22%

R = 52.27%
G = 1.51%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD0599 (or 0xAD0599) is known color: Dark Magenta. HEX triplet: AD, 05 and 99. RGB value is (173,5,153). Sum of RGB (Red+Green+Blue) = 173+5+153=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0599 is #52FA66. Grayscale: #474747. Windows color (decimal): -5438055 or 10028461. OLE color: 10028461.

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

Color convert

RGB 173 5 153 -
CMYK 0 0.97 0.12 0.32
HSL 307.14º 0.94% 0.35% -
HSV(B) 307.14º 0.97% 0.68% -
XYZ 23.04 11.29 31.1 -
YUV 72.1 173.66 199.97 -
System Red Green Blue C M Y K H S L
Decimal 173 5 153 0 0.97 0.12 0.32 307.14 0.94 0.35
Hex AD 5 99 0 61 C 20 133 5E 23
Octal 255 5 231 0 141 14 40 463 136 43
Binary 10101101 101 10011001 0 1100001 1100 100000 100110011 1011110 100011

Color Harmonies of #AD0599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0599

Black with #AD0599

Text Example


Text Example

White with #AD0599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0599; }

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

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

background-color css

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

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

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

border-color css

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

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

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