Html Css Color HEX #AD0492 Dark Magenta

📋 copy color: '#AD0492'

red 173 ◦ green 4 ◦ blue 146

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

Shades of Dark Magenta #AD0492

Tints of Dark Magenta #AD0492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

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

R = 53.56%
G = 1.24%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD0492 (or 0xAD0492) is known color: Dark Magenta. HEX triplet: AD, 04 and 92. RGB value is (173,4,146). Sum of RGB (Red+Green+Blue) = 173+4+146=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0492 is #52FB6D. Grayscale: #464646. Windows color (decimal): -5438318 or 9569453. OLE color: 9569453.

HSL color Cylindrical-coordinate representation of color #AD0492: hue angle of 309.59º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0492 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 4 146 -
CMYK 0 0.98 0.16 0.32
HSL 309.59º 0.95% 0.35% -
HSV(B) 309.59º 0.98% 0.68% -
XYZ 22.47 11.05 28.14 -
YUV 70.72 170.49 200.95 -
System Red Green Blue C M Y K H S L
Decimal 173 4 146 0 0.98 0.16 0.32 309.59 0.95 0.35
Hex AD 4 92 0 62 10 20 136 5F 23
Octal 255 4 222 0 142 20 40 466 137 43
Binary 10101101 100 10010010 0 1100010 10000 100000 100110110 1011111 100011

Color Harmonies of #AD0492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0492

Black with #AD0492

Text Example


Text Example

White with #AD0492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0492; }

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

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

background-color css

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

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

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

border-color css

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

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

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