Html Css Color HEX #AC049F Dark Magenta

📋 copy color: '#AC049F'

red 172 ◦ green 4 ◦ blue 159

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

Shades of Dark Magenta #AC049F

Tints of Dark Magenta #AC049F

RGB

 RED value IS 172 (67.58% from 255) = 51.34%

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

 BLUE value IS 159 (62.5% from 255) = 47.46%

R = 51.34%
G = 1.19%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC049F (or 0xAC049F) is known color: Dark Magenta. HEX triplet: AC, 04 and 9F. RGB value is (172,4,159). Sum of RGB (Red+Green+Blue) = 172+4+159=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC049F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC049F is #53FB60. Grayscale: #474747. Windows color (decimal): -5503841 or 10421420. OLE color: 10421420.

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

Color convert

RGB 172 4 159 -
CMYK 0 0.98 0.08 0.33
HSL 304.64º 0.95% 0.35% -
HSV(B) 304.64º 0.98% 0.67% -
XYZ 23.31 11.36 33.76 -
YUV 71.9 177.16 199.4 -
System Red Green Blue C M Y K H S L
Decimal 172 4 159 0 0.98 0.08 0.33 304.64 0.95 0.35
Hex AC 4 9F 0 62 8 21 131 5F 23
Octal 254 4 237 0 142 10 41 461 137 43
Binary 10101100 100 10011111 0 1100010 1000 100001 100110001 1011111 100011

Color Harmonies of #AC049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC049F

Black with #AC049F

Text Example


Text Example

White with #AC049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC049F; }

 p { color: rgb(172,4,159); }

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

background-color css

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

 a { background-color: rgb(172,4,159); }

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

border-color css

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

 span { border-color: rgb(172,4,159); }

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