Shades of Strikemaster #A95F8C
Tints of Strikemaster #A95F8C
RGB
CMYK
RGB Variations
Color information
#A95F8C (or 0xA95F8C) is known color: Strikemaster. HEX triplet: A9, 5F and 8C. RGB value is (169,95,140). Sum of RGB (Red+Green+Blue) = 169+95+140=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95F8C is #56A073. Grayscale: #7A7A7A. Windows color (decimal): -5677172 or 9199529. OLE color: 9199529.
HSL color Cylindrical-coordinate representation of color #A95F8C: hue angle of 323.51º 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 #A95F8C is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 95 | 140 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.34 |
| HSL | 323.51º | 0.3% | 0.52% | - |
| HSV(B) | 323.51º | 0.44% | 0.66% | - |
| XYZ | 25.19 | 18.51 | 27.06 | - |
| YUV | 122.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 95 | 140 | 0 | 0.44 | 0.17 | 0.34 | 323.51 | 0.3 | 0.52 |
| Hex | A9 | 5F | 8C | 0 | 2C | 11 | 22 | 144 | 1E | 34 |
| Octal | 251 | 137 | 214 | 0 | 54 | 21 | 42 | 504 | 36 | 64 |
| Binary | 10101001 | 1011111 | 10001100 | 0 | 101100 | 10001 | 100010 | 101000100 | 11110 | 110100 |
Color Harmonies of #A95F8C
Complementary color
Monochromatic Colors of #A95F8C
Black with #A95F8C
Text Example
Text Example
White with #A95F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95F8C; }
p { color: rgb(169,95,140); }
H1.HeaderClassName
{
color: #A95F8C;
}
.AnyTagClassName
{
color: #A95F8C;
}
</style>
background-color css
<style>
a { background-color: #A95F8C; }
a { background-color: rgb(169,95,140); }
div.DivClassName
{
background-color: #A95F8C;
}
.BgClassName
{
background-color: #A95F8C;
}
</style>
border-color css
<style>
span { border-color: #A95F8C; }
span { border-color: rgb(169,95,140); }
td.TdClassName
{
border-color: #A95F8C;
}
.TagClassName
{
border-color: #A95F8C;
}
</style>