Html Css Color HEX #AC059F Dark Magenta

📋 copy color: '#AC059F'

red 172 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #AC059F

Tints of Dark Magenta #AC059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.49%

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

R = 51.19%
G = 1.49%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC059F (or 0xAC059F) is known color: Dark Magenta. HEX triplet: AC, 05 and 9F. RGB value is (172,5,159). Sum of RGB (Red+Green+Blue) = 172+5+159=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC059F is #53FA60. Grayscale: #484848. Windows color (decimal): -5503585 or 10421676. OLE color: 10421676.

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

Color convert

RGB 172 5 159 -
CMYK 0 0.97 0.08 0.33
HSL 304.67º 0.94% 0.35% -
HSV(B) 304.67º 0.97% 0.67% -
XYZ 23.33 11.38 33.77 -
YUV 72.49 176.83 198.98 -
System Red Green Blue C M Y K H S L
Decimal 172 5 159 0 0.97 0.08 0.33 304.67 0.94 0.35
Hex AC 5 9F 0 61 8 21 131 5E 23
Octal 254 5 237 0 141 10 41 461 136 43
Binary 10101100 101 10011111 0 1100001 1000 100001 100110001 1011110 100011

Color Harmonies of #AC059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC059F

Black with #AC059F

Text Example


Text Example

White with #AC059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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