Shades of Strikemaster #AC5E91
Tints of Strikemaster #AC5E91
RGB
CMYK
RGB Variations
Color information
#AC5E91 (or 0xAC5E91) is known color: Strikemaster. HEX triplet: AC, 5E and 91. RGB value is (172,94,145). Sum of RGB (Red+Green+Blue) = 172+94+145=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5E91 is #53A16E. Grayscale: #7B7B7B. Windows color (decimal): -5480815 or 9526956. OLE color: 9526956.
HSL color Cylindrical-coordinate representation of color #AC5E91: hue angle of 320.77º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC5E91 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 94 | 145 | - |
CMYK | 0 | 0.45 | 0.16 | 0.33 |
HSL | 320.77º | 0.32% | 0.52% | - |
HSV(B) | 320.77º | 0.45% | 0.67% | - |
XYZ | 26.13 | 18.82 | 29.04 | - |
YUV | 123.14 | 140.34 | 162.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 94 | 145 | 0 | 0.45 | 0.16 | 0.33 | 320.77 | 0.32 | 0.52 |
Hex | AC | 5E | 91 | 0 | 2D | 10 | 21 | 141 | 20 | 34 |
Octal | 254 | 136 | 221 | 0 | 55 | 20 | 41 | 501 | 40 | 64 |
Binary | 10101100 | 1011110 | 10010001 | 0 | 101101 | 10000 | 100001 | 101000001 | 100000 | 110100 |
Color Harmonies of #AC5E91
Complementary color
Monochromatic Colors of #AC5E91
Black with #AC5E91
Text Example
Text Example
White with #AC5E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E91; }
p { color: rgb(172,94,145); }
H1.HeaderClassName
{
color: #AC5E91;
}
.AnyTagClassName
{
color: #AC5E91;
}
</style>
background-color css
<style>
a { background-color: #AC5E91; }
a { background-color: rgb(172,94,145); }
div.DivClassName
{
background-color: #AC5E91;
}
.BgClassName
{
background-color: #AC5E91;
}
</style>
border-color css
<style>
span { border-color: #AC5E91; }
span { border-color: rgb(172,94,145); }
td.TdClassName
{
border-color: #AC5E91;
}
.TagClassName
{
border-color: #AC5E91;
}
</style>