Shades of Strikemaster #A75989
Tints of Strikemaster #A75989
RGB
CMYK
RGB Variations
Color information
#A75989 (or 0xA75989) is known color: Strikemaster. HEX triplet: A7, 59 and 89. RGB value is (167,89,137). Sum of RGB (Red+Green+Blue) = 167+89+137=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A75989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75989 is #58A676. Grayscale: #757575. Windows color (decimal): -5809783 or 9001383. OLE color: 9001383.
HSL color Cylindrical-coordinate representation of color #A75989: hue angle of 323.08º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A75989 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 89 | 137 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.35 |
| HSL | 323.08º | 0.31% | 0.5% | - |
| HSV(B) | 323.08º | 0.47% | 0.65% | - |
| XYZ | 24.02 | 17.17 | 25.71 | - |
| YUV | 117.79 | 138.84 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 137 | 0 | 0.47 | 0.18 | 0.35 | 323.08 | 0.31 | 0.5 |
| Hex | A7 | 59 | 89 | 0 | 2F | 12 | 23 | 143 | 1F | 32 |
| Octal | 247 | 131 | 211 | 0 | 57 | 22 | 43 | 503 | 37 | 62 |
| Binary | 10100111 | 1011001 | 10001001 | 0 | 101111 | 10010 | 100011 | 101000011 | 11111 | 110010 |
Color Harmonies of #A75989
Complementary color
Monochromatic Colors of #A75989
Black with #A75989
Text Example
Text Example
White with #A75989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75989; }
p { color: rgb(167,89,137); }
H1.HeaderClassName
{
color: #A75989;
}
.AnyTagClassName
{
color: #A75989;
}
</style>
background-color css
<style>
a { background-color: #A75989; }
a { background-color: rgb(167,89,137); }
div.DivClassName
{
background-color: #A75989;
}
.BgClassName
{
background-color: #A75989;
}
</style>
border-color css
<style>
span { border-color: #A75989; }
span { border-color: rgb(167,89,137); }
td.TdClassName
{
border-color: #A75989;
}
.TagClassName
{
border-color: #A75989;
}
</style>