Shades of Strikemaster #A14F89
Tints of Strikemaster #A14F89
RGB
CMYK
RGB Variations
Color information
#A14F89 (or 0xA14F89) is known color: Strikemaster. HEX triplet: A1, 4F and 89. RGB value is (161,79,137). Sum of RGB (Red+Green+Blue) = 161+79+137=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14F89 is #5EB076. Grayscale: #6D6D6D. Windows color (decimal): -6205559 or 8998817. OLE color: 8998817.
HSL color Cylindrical-coordinate representation of color #A14F89: hue angle of 317.56º 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 #A14F89 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 79 | 137 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.37 |
| HSL | 317.56º | 0.34% | 0.47% | - |
| HSV(B) | 317.56º | 0.51% | 0.63% | - |
| XYZ | 22.01 | 14.98 | 25.4 | - |
| YUV | 110.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 137 | 0 | 0.51 | 0.15 | 0.37 | 317.56 | 0.34 | 0.47 |
| Hex | A1 | 4F | 89 | 0 | 33 | F | 25 | 13E | 22 | 2F |
| Octal | 241 | 117 | 211 | 0 | 63 | 17 | 45 | 476 | 42 | 57 |
| Binary | 10100001 | 1001111 | 10001001 | 0 | 110011 | 1111 | 100101 | 100111110 | 100010 | 101111 |
Color Harmonies of #A14F89
Complementary color
Monochromatic Colors of #A14F89
Black with #A14F89
Text Example
Text Example
White with #A14F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14F89; }
p { color: rgb(161,79,137); }
H1.HeaderClassName
{
color: #A14F89;
}
.AnyTagClassName
{
color: #A14F89;
}
</style>
background-color css
<style>
a { background-color: #A14F89; }
a { background-color: rgb(161,79,137); }
div.DivClassName
{
background-color: #A14F89;
}
.BgClassName
{
background-color: #A14F89;
}
</style>
border-color css
<style>
span { border-color: #A14F89; }
span { border-color: rgb(161,79,137); }
td.TdClassName
{
border-color: #A14F89;
}
.TagClassName
{
border-color: #A14F89;
}
</style>