Html Css Color HEX #AD0499 Dark Magenta

📋 copy color: '#AD0499'

red 173 ◦ green 4 ◦ blue 153

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

Shades of Dark Magenta #AD0499

Tints of Dark Magenta #AD0499

RGB

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

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

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

R = 52.42%
G = 1.21%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD0499 (or 0xAD0499) is known color: Dark Magenta. HEX triplet: AD, 04 and 99. RGB value is (173,4,153). Sum of RGB (Red+Green+Blue) = 173+4+153=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0499 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0499 is #52FB66. Grayscale: #474747. Windows color (decimal): -5438311 or 10028205. OLE color: 10028205.

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

Color convert

RGB 173 4 153 -
CMYK 0 0.98 0.12 0.32
HSL 307.1º 0.95% 0.35% -
HSV(B) 307.1º 0.98% 0.68% -
XYZ 23.03 11.27 31.1 -
YUV 71.52 173.99 200.38 -
System Red Green Blue C M Y K H S L
Decimal 173 4 153 0 0.98 0.12 0.32 307.1 0.95 0.35
Hex AD 4 99 0 62 C 20 133 5F 23
Octal 255 4 231 0 142 14 40 463 137 43
Binary 10101101 100 10011001 0 1100010 1100 100000 100110011 1011111 100011

Color Harmonies of #AD0499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0499

Black with #AD0499

Text Example


Text Example

White with #AD0499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0499; }

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

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

background-color css

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

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

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

border-color css

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

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

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