Shades of Strikemaster #A95E88
Tints of Strikemaster #A95E88
RGB
CMYK
RGB Variations
Color information
#A95E88 (or 0xA95E88) is known color: Strikemaster. HEX triplet: A9, 5E and 88. RGB value is (169,94,136). Sum of RGB (Red+Green+Blue) = 169+94+136=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95E88 is #56A177. Grayscale: #797979. Windows color (decimal): -5677432 or 8937129. OLE color: 8937129.
HSL color Cylindrical-coordinate representation of color #A95E88: hue angle of 326.4º 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 #A95E88 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 94 | 136 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.34 |
| HSL | 326.4º | 0.3% | 0.52% | - |
| HSV(B) | 326.4º | 0.44% | 0.66% | - |
| XYZ | 24.81 | 18.22 | 25.5 | - |
| YUV | 121.21 | 136.35 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 94 | 136 | 0 | 0.44 | 0.20 | 0.34 | 326.4 | 0.3 | 0.52 |
| Hex | A9 | 5E | 88 | 0 | 2C | 14 | 22 | 146 | 1E | 34 |
| Octal | 251 | 136 | 210 | 0 | 54 | 24 | 42 | 506 | 36 | 64 |
| Binary | 10101001 | 1011110 | 10001000 | 0 | 101100 | 10100 | 100010 | 101000110 | 11110 | 110100 |
Color Harmonies of #A95E88
Complementary color
Monochromatic Colors of #A95E88
Black with #A95E88
Text Example
Text Example
White with #A95E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95E88; }
p { color: rgb(169,94,136); }
H1.HeaderClassName
{
color: #A95E88;
}
.AnyTagClassName
{
color: #A95E88;
}
</style>
background-color css
<style>
a { background-color: #A95E88; }
a { background-color: rgb(169,94,136); }
div.DivClassName
{
background-color: #A95E88;
}
.BgClassName
{
background-color: #A95E88;
}
</style>
border-color css
<style>
span { border-color: #A95E88; }
span { border-color: rgb(169,94,136); }
td.TdClassName
{
border-color: #A95E88;
}
.TagClassName
{
border-color: #A95E88;
}
</style>