Html Css Color HEX #AC0591 Dark Magenta

📋 copy color: '#AC0591'

red 172 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #AC0591

Tints of Dark Magenta #AC0591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.03%

R = 53.42%
G = 1.55%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC0591 (or 0xAC0591) is known color: Dark Magenta. HEX triplet: AC, 05 and 91. RGB value is (172,5,145). Sum of RGB (Red+Green+Blue) = 172+5+145=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0591 is #53FA6E. Grayscale: #464646. Windows color (decimal): -5503599 or 9504172. OLE color: 9504172.

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

Color convert

RGB 172 5 145 -
CMYK 0 0.97 0.16 0.33
HSL 309.7º 0.94% 0.35% -
HSV(B) 309.7º 0.97% 0.67% -
XYZ 22.18 10.92 27.73 -
YUV 70.89 169.83 200.12 -
System Red Green Blue C M Y K H S L
Decimal 172 5 145 0 0.97 0.16 0.33 309.7 0.94 0.35
Hex AC 5 91 0 61 10 21 136 5E 23
Octal 254 5 221 0 141 20 41 466 136 43
Binary 10101100 101 10010001 0 1100001 10000 100001 100110110 1011110 100011

Color Harmonies of #AC0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0591

Black with #AC0591

Text Example


Text Example

White with #AC0591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0591; }

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

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

background-color css

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

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

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

border-color css

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

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

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