Html Css Color HEX #AC0191 Dark Magenta

📋 copy color: '#AC0191'

red 172 ◦ green 1 ◦ blue 145

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

Shades of Dark Magenta #AC0191

Tints of Dark Magenta #AC0191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 54.09%
G = 0.31%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC0191 (or 0xAC0191) is known color: Dark Magenta. HEX triplet: AC, 01 and 91. RGB value is (172,1,145). Sum of RGB (Red+Green+Blue) = 172+1+145=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0191 is #53FE6E. Grayscale: #444444. Windows color (decimal): -5504623 or 9503148. OLE color: 9503148.

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

Color convert

RGB 172 1 145 -
CMYK 0 0.99 0.16 0.33
HSL 309.47º 0.99% 0.34% -
HSV(B) 309.47º 0.99% 0.67% -
XYZ 22.13 10.84 27.71 -
YUV 68.55 171.15 201.79 -
System Red Green Blue C M Y K H S L
Decimal 172 1 145 0 0.99 0.16 0.33 309.47 0.99 0.34
Hex AC 1 91 0 63 10 21 135 63 22
Octal 254 1 221 0 143 20 41 465 143 42
Binary 10101100 1 10010001 0 1100011 10000 100001 100110101 1100011 100010

Color Harmonies of #AC0191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0191

Black with #AC0191

Text Example


Text Example

White with #AC0191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0191; }

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

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

background-color css

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

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

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

border-color css

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

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

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