Html Css Color HEX #AD0596 Dark Magenta

📋 copy color: '#AD0596'

red 173 ◦ green 5 ◦ blue 150

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

Shades of Dark Magenta #AD0596

Tints of Dark Magenta #AD0596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.73%

R = 52.74%
G = 1.52%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD0596 (or 0xAD0596) is known color: Dark Magenta. HEX triplet: AD, 05 and 96. RGB value is (173,5,150). Sum of RGB (Red+Green+Blue) = 173+5+150=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0596 is #52FA69. Grayscale: #474747. Windows color (decimal): -5438058 or 9831853. OLE color: 9831853.

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

Color convert

RGB 173 5 150 -
CMYK 0 0.97 0.13 0.32
HSL 308.21º 0.94% 0.35% -
HSV(B) 308.21º 0.97% 0.68% -
XYZ 22.79 11.19 29.81 -
YUV 71.76 172.16 200.21 -
System Red Green Blue C M Y K H S L
Decimal 173 5 150 0 0.97 0.13 0.32 308.21 0.94 0.35
Hex AD 5 96 0 61 D 20 134 5E 23
Octal 255 5 226 0 141 15 40 464 136 43
Binary 10101101 101 10010110 0 1100001 1101 100000 100110100 1011110 100011

Color Harmonies of #AD0596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0596

Black with #AD0596

Text Example


Text Example

White with #AD0596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0596; }

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

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

background-color css

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

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

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

border-color css

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

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

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