Html Css Color HEX #AD039D Dark Magenta

📋 copy color: '#AD039D'

red 173 ◦ green 3 ◦ blue 157

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

Shades of Dark Magenta #AD039D

Tints of Dark Magenta #AD039D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 51.95%
G = 0.9%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD039D (or 0xAD039D) is known color: Dark Magenta. HEX triplet: AD, 03 and 9D. RGB value is (173,3,157). Sum of RGB (Red+Green+Blue) = 173+3+157=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD039D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD039D is #52FC62. Grayscale: #464646. Windows color (decimal): -5438563 or 10290093. OLE color: 10290093.

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

Color convert

RGB 173 3 157 -
CMYK 0 0.98 0.09 0.32
HSL 305.65º 0.97% 0.35% -
HSV(B) 305.65º 0.98% 0.68% -
XYZ 23.35 11.38 32.86 -
YUV 71.39 176.32 200.48 -
System Red Green Blue C M Y K H S L
Decimal 173 3 157 0 0.98 0.09 0.32 305.65 0.97 0.35
Hex AD 3 9D 0 62 9 20 132 61 23
Octal 255 3 235 0 142 11 40 462 141 43
Binary 10101101 11 10011101 0 1100010 1001 100000 100110010 1100001 100011

Color Harmonies of #AD039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD039D

Black with #AD039D

Text Example


Text Example

White with #AD039D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD039D; }

 p { color: rgb(173,3,157); }

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

background-color css

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

 a { background-color: rgb(173,3,157); }

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

border-color css

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

 span { border-color: rgb(173,3,157); }

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