Html Css Color HEX #AD0595 Dark Magenta

📋 copy color: '#AD0595'

red 173 ◦ green 5 ◦ blue 149

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

Shades of Dark Magenta #AD0595

Tints of Dark Magenta #AD0595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.57%

R = 52.91%
G = 1.53%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD0595 (or 0xAD0595) is known color: Dark Magenta. HEX triplet: AD, 05 and 95. RGB value is (173,5,149). Sum of RGB (Red+Green+Blue) = 173+5+149=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0595 is #52FA6A. Grayscale: #474747. Windows color (decimal): -5438059 or 9766317. OLE color: 9766317.

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

Color convert

RGB 173 5 149 -
CMYK 0 0.97 0.14 0.32
HSL 308.57º 0.94% 0.35% -
HSV(B) 308.57º 0.97% 0.68% -
XYZ 22.71 11.16 29.39 -
YUV 71.65 171.66 200.29 -
System Red Green Blue C M Y K H S L
Decimal 173 5 149 0 0.97 0.14 0.32 308.57 0.94 0.35
Hex AD 5 95 0 61 E 20 135 5E 23
Octal 255 5 225 0 141 16 40 465 136 43
Binary 10101101 101 10010101 0 1100001 1110 100000 100110101 1011110 100011

Color Harmonies of #AD0595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0595

Black with #AD0595

Text Example


Text Example

White with #AD0595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0595; }

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

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

background-color css

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

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

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

border-color css

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

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

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