Html Css Color HEX #AD049A Dark Magenta

📋 copy color: '#AD049A'

red 173 ◦ green 4 ◦ blue 154

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

Shades of Dark Magenta #AD049A

Tints of Dark Magenta #AD049A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.53%

R = 52.27%
G = 1.21%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD049A (or 0xAD049A) is known color: Dark Magenta. HEX triplet: AD, 04 and 9A. RGB value is (173,4,154). Sum of RGB (Red+Green+Blue) = 173+4+154=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD049A is #52FB65. Grayscale: #474747. Windows color (decimal): -5438310 or 10093741. OLE color: 10093741.

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

Color convert

RGB 173 4 154 -
CMYK 0 0.98 0.11 0.32
HSL 306.75º 0.95% 0.35% -
HSV(B) 306.75º 0.98% 0.68% -
XYZ 23.11 11.3 31.54 -
YUV 71.63 174.49 200.3 -
System Red Green Blue C M Y K H S L
Decimal 173 4 154 0 0.98 0.11 0.32 306.75 0.95 0.35
Hex AD 4 9A 0 62 B 20 133 5F 23
Octal 255 4 232 0 142 13 40 463 137 43
Binary 10101101 100 10011010 0 1100010 1011 100000 100110011 1011111 100011

Color Harmonies of #AD049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD049A

Black with #AD049A

Text Example


Text Example

White with #AD049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD049A; }

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

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

background-color css

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

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

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

border-color css

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

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

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