Html Css Color HEX #AC0391 Dark Magenta

📋 copy color: '#AC0391'

red 172 ◦ green 3 ◦ blue 145

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

Shades of Dark Magenta #AC0391

Tints of Dark Magenta #AC0391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

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

R = 53.75%
G = 0.94%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC0391 (or 0xAC0391) is known color: Dark Magenta. HEX triplet: AC, 03 and 91. RGB value is (172,3,145). Sum of RGB (Red+Green+Blue) = 172+3+145=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0391 is #53FC6E. Grayscale: #454545. Windows color (decimal): -5504111 or 9503660. OLE color: 9503660.

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

Color convert

RGB 172 3 145 -
CMYK 0 0.98 0.16 0.33
HSL 309.59º 0.97% 0.34% -
HSV(B) 309.59º 0.98% 0.67% -
XYZ 22.16 10.88 27.72 -
YUV 69.72 170.49 200.95 -
System Red Green Blue C M Y K H S L
Decimal 172 3 145 0 0.98 0.16 0.33 309.59 0.97 0.34
Hex AC 3 91 0 62 10 21 136 61 22
Octal 254 3 221 0 142 20 41 466 141 42
Binary 10101100 11 10010001 0 1100010 10000 100001 100110110 1100001 100010

Color Harmonies of #AC0391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0391

Black with #AC0391

Text Example


Text Example

White with #AC0391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0391; }

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

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

background-color css

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

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

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

border-color css

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

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

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