Html Css Color HEX #AD0592 Dark Magenta

📋 copy color: '#AD0592'

red 173 ◦ green 5 ◦ blue 146

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

Shades of Dark Magenta #AD0592

Tints of Dark Magenta #AD0592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.06%

R = 53.4%
G = 1.54%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD0592 (or 0xAD0592) is known color: Dark Magenta. HEX triplet: AD, 05 and 92. RGB value is (173,5,146). Sum of RGB (Red+Green+Blue) = 173+5+146=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0592 is #52FA6D. Grayscale: #464646. Windows color (decimal): -5438062 or 9569709. OLE color: 9569709.

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

Color convert

RGB 173 5 146 -
CMYK 0 0.97 0.16 0.32
HSL 309.64º 0.94% 0.35% -
HSV(B) 309.64º 0.97% 0.68% -
XYZ 22.48 11.07 28.15 -
YUV 71.31 170.16 200.54 -
System Red Green Blue C M Y K H S L
Decimal 173 5 146 0 0.97 0.16 0.32 309.64 0.94 0.35
Hex AD 5 92 0 61 10 20 136 5E 23
Octal 255 5 222 0 141 20 40 466 136 43
Binary 10101101 101 10010010 0 1100001 10000 100000 100110110 1011110 100011

Color Harmonies of #AD0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0592

Black with #AD0592

Text Example


Text Example

White with #AD0592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0592; }

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

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

background-color css

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

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

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

border-color css

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

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

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