Html Css Color HEX #AC059E Dark Magenta

📋 copy color: '#AC059E'

red 172 ◦ green 5 ◦ blue 158

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

Shades of Dark Magenta #AC059E

Tints of Dark Magenta #AC059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.16%

R = 51.34%
G = 1.49%
B = 47.16%

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

#AC059E (or 0xAC059E) is known color: Dark Magenta. HEX triplet: AC, 05 and 9E. RGB value is (172,5,158). Sum of RGB (Red+Green+Blue) = 172+5+158=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC059E is #53FA61. Grayscale: #474747. Windows color (decimal): -5503586 or 10356140. OLE color: 10356140.

HSL color Cylindrical-coordinate representation of color #AC059E: hue angle of 305.03º 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 #AC059E is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 5 158 -
CMYK 0 0.97 0.08 0.33
HSL 305.03º 0.94% 0.35% -
HSV(B) 305.03º 0.97% 0.67% -
XYZ 23.24 11.35 33.31 -
YUV 72.38 176.33 199.06 -
System Red Green Blue C M Y K H S L
Decimal 172 5 158 0 0.97 0.08 0.33 305.03 0.94 0.35
Hex AC 5 9E 0 61 8 21 131 5E 23
Octal 254 5 236 0 141 10 41 461 136 43
Binary 10101100 101 10011110 0 1100001 1000 100001 100110001 1011110 100011

Color Harmonies of #AC059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC059E

Black with #AC059E

Text Example


Text Example

White with #AC059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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