Html Css Color HEX #AD049B Dark Magenta

📋 copy color: '#AD049B'

red 173 ◦ green 4 ◦ blue 155

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

Shades of Dark Magenta #AD049B

Tints of Dark Magenta #AD049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 52.11%
G = 1.2%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD049B (or 0xAD049B) is known color: Dark Magenta. HEX triplet: AD, 04 and 9B. RGB value is (173,4,155). Sum of RGB (Red+Green+Blue) = 173+4+155=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD049B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD049B is #52FB64. Grayscale: #474747. Windows color (decimal): -5438309 or 10159277. OLE color: 10159277.

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

Color convert

RGB 173 4 155 -
CMYK 0 0.98 0.10 0.32
HSL 306.39º 0.95% 0.35% -
HSV(B) 306.39º 0.98% 0.68% -
XYZ 23.19 11.34 31.98 -
YUV 71.75 174.99 200.22 -
System Red Green Blue C M Y K H S L
Decimal 173 4 155 0 0.98 0.10 0.32 306.39 0.95 0.35
Hex AD 4 9B 0 62 A 20 132 5F 23
Octal 255 4 233 0 142 12 40 462 137 43
Binary 10101101 100 10011011 0 1100010 1010 100000 100110010 1011111 100011

Color Harmonies of #AD049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD049B

Black with #AD049B

Text Example


Text Example

White with #AD049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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