Shades of Strikemaster #A95A8F
Tints of Strikemaster #A95A8F
RGB
CMYK
RGB Variations
Color information
#A95A8F (or 0xA95A8F) is known color: Strikemaster. HEX triplet: A9, 5A and 8F. RGB value is (169,90,143). Sum of RGB (Red+Green+Blue) = 169+90+143=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95A8F is #56A570. Grayscale: #777777. Windows color (decimal): -5678449 or 9394857. OLE color: 9394857.
HSL color Cylindrical-coordinate representation of color #A95A8F: hue angle of 319.75º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A95A8F is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 90 | 143 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.34 |
| HSL | 319.75º | 0.31% | 0.51% | - |
| HSV(B) | 319.75º | 0.47% | 0.66% | - |
| XYZ | 24.98 | 17.73 | 28.09 | - |
| YUV | 119.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 90 | 143 | 0 | 0.47 | 0.15 | 0.34 | 319.75 | 0.31 | 0.51 |
| Hex | A9 | 5A | 8F | 0 | 2F | F | 22 | 140 | 1F | 33 |
| Octal | 251 | 132 | 217 | 0 | 57 | 17 | 42 | 500 | 37 | 63 |
| Binary | 10101001 | 1011010 | 10001111 | 0 | 101111 | 1111 | 100010 | 101000000 | 11111 | 110011 |
Color Harmonies of #A95A8F
Complementary color
Monochromatic Colors of #A95A8F
Black with #A95A8F
Text Example
Text Example
White with #A95A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95A8F; }
p { color: rgb(169,90,143); }
H1.HeaderClassName
{
color: #A95A8F;
}
.AnyTagClassName
{
color: #A95A8F;
}
</style>
background-color css
<style>
a { background-color: #A95A8F; }
a { background-color: rgb(169,90,143); }
div.DivClassName
{
background-color: #A95A8F;
}
.BgClassName
{
background-color: #A95A8F;
}
</style>
border-color css
<style>
span { border-color: #A95A8F; }
span { border-color: rgb(169,90,143); }
td.TdClassName
{
border-color: #A95A8F;
}
.TagClassName
{
border-color: #A95A8F;
}
</style>