Shades of Strikemaster #A95F91
Tints of Strikemaster #A95F91
RGB
CMYK
RGB Variations
Color information
#A95F91 (or 0xA95F91) is known color: Strikemaster. HEX triplet: A9, 5F and 91. RGB value is (169,95,145). Sum of RGB (Red+Green+Blue) = 169+95+145=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95F91 is #56A06E. Grayscale: #7A7A7A. Windows color (decimal): -5677167 or 9527209. OLE color: 9527209.
HSL color Cylindrical-coordinate representation of color #A95F91: hue angle of 319.46º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A95F91 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 95 | 145 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.34 |
| HSL | 319.46º | 0.3% | 0.52% | - |
| HSV(B) | 319.46º | 0.44% | 0.66% | - |
| XYZ | 25.57 | 18.66 | 29.04 | - |
| YUV | 122.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 95 | 145 | 0 | 0.44 | 0.14 | 0.34 | 319.46 | 0.3 | 0.52 |
| Hex | A9 | 5F | 91 | 0 | 2C | E | 22 | 13F | 1E | 34 |
| Octal | 251 | 137 | 221 | 0 | 54 | 16 | 42 | 477 | 36 | 64 |
| Binary | 10101001 | 1011111 | 10010001 | 0 | 101100 | 1110 | 100010 | 100111111 | 11110 | 110100 |
Color Harmonies of #A95F91
Complementary color
Monochromatic Colors of #A95F91
Black with #A95F91
Text Example
Text Example
White with #A95F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95F91; }
p { color: rgb(169,95,145); }
H1.HeaderClassName
{
color: #A95F91;
}
.AnyTagClassName
{
color: #A95F91;
}
</style>
background-color css
<style>
a { background-color: #A95F91; }
a { background-color: rgb(169,95,145); }
div.DivClassName
{
background-color: #A95F91;
}
.BgClassName
{
background-color: #A95F91;
}
</style>
border-color css
<style>
span { border-color: #A95F91; }
span { border-color: rgb(169,95,145); }
td.TdClassName
{
border-color: #A95F91;
}
.TagClassName
{
border-color: #A95F91;
}
</style>