Shades of Strikemaster #A35987
Tints of Strikemaster #A35987
RGB
CMYK
RGB Variations
Color information
#A35987 (or 0xA35987) is known color: Strikemaster. HEX triplet: A3, 59 and 87. RGB value is (163,89,135). Sum of RGB (Red+Green+Blue) = 163+89+135=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A35987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35987 is #5CA678. Grayscale: #747474. Windows color (decimal): -6071929 or 8870307. OLE color: 8870307.
HSL color Cylindrical-coordinate representation of color #A35987: hue angle of 322.7º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A35987 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 89 | 135 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.36 |
| HSL | 322.7º | 0.29% | 0.49% | - |
| HSV(B) | 322.7º | 0.45% | 0.64% | - |
| XYZ | 23.05 | 16.68 | 24.93 | - |
| YUV | 116.37 | 138.52 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 135 | 0 | 0.45 | 0.17 | 0.36 | 322.7 | 0.29 | 0.49 |
| Hex | A3 | 59 | 87 | 0 | 2D | 11 | 24 | 143 | 1D | 31 |
| Octal | 243 | 131 | 207 | 0 | 55 | 21 | 44 | 503 | 35 | 61 |
| Binary | 10100011 | 1011001 | 10000111 | 0 | 101101 | 10001 | 100100 | 101000011 | 11101 | 110001 |
Color Harmonies of #A35987
Complementary color
Monochromatic Colors of #A35987
Black with #A35987
Text Example
Text Example
White with #A35987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35987; }
p { color: rgb(163,89,135); }
H1.HeaderClassName
{
color: #A35987;
}
.AnyTagClassName
{
color: #A35987;
}
</style>
background-color css
<style>
a { background-color: #A35987; }
a { background-color: rgb(163,89,135); }
div.DivClassName
{
background-color: #A35987;
}
.BgClassName
{
background-color: #A35987;
}
</style>
border-color css
<style>
span { border-color: #A35987; }
span { border-color: rgb(163,89,135); }
td.TdClassName
{
border-color: #A35987;
}
.TagClassName
{
border-color: #A35987;
}
</style>