Shades of Strikemaster #A14F87
Tints of Strikemaster #A14F87
RGB
CMYK
RGB Variations
Color information
#A14F87 (or 0xA14F87) is known color: Strikemaster. HEX triplet: A1, 4F and 87. RGB value is (161,79,135). Sum of RGB (Red+Green+Blue) = 161+79+135=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14F87 is #5EB078. Grayscale: #6D6D6D. Windows color (decimal): -6205561 or 8867745. OLE color: 8867745.
HSL color Cylindrical-coordinate representation of color #A14F87: hue angle of 319.02º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A14F87 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 79 | 135 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.37 |
| HSL | 319.02º | 0.34% | 0.47% | - |
| HSV(B) | 319.02º | 0.51% | 0.63% | - |
| XYZ | 21.87 | 14.92 | 24.65 | - |
| YUV | 109.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 135 | 0 | 0.51 | 0.16 | 0.37 | 319.02 | 0.34 | 0.47 |
| Hex | A1 | 4F | 87 | 0 | 33 | 10 | 25 | 13F | 22 | 2F |
| Octal | 241 | 117 | 207 | 0 | 63 | 20 | 45 | 477 | 42 | 57 |
| Binary | 10100001 | 1001111 | 10000111 | 0 | 110011 | 10000 | 100101 | 100111111 | 100010 | 101111 |
Color Harmonies of #A14F87
Complementary color
Monochromatic Colors of #A14F87
Black with #A14F87
Text Example
Text Example
White with #A14F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14F87; }
p { color: rgb(161,79,135); }
H1.HeaderClassName
{
color: #A14F87;
}
.AnyTagClassName
{
color: #A14F87;
}
</style>
background-color css
<style>
a { background-color: #A14F87; }
a { background-color: rgb(161,79,135); }
div.DivClassName
{
background-color: #A14F87;
}
.BgClassName
{
background-color: #A14F87;
}
</style>
border-color css
<style>
span { border-color: #A14F87; }
span { border-color: rgb(161,79,135); }
td.TdClassName
{
border-color: #A14F87;
}
.TagClassName
{
border-color: #A14F87;
}
</style>