Shades of Strikemaster #A05F89
Tints of Strikemaster #A05F89
RGB
CMYK
RGB Variations
Color information
#A05F89 (or 0xA05F89) is known color: Strikemaster. HEX triplet: A0, 5F and 89. RGB value is (160,95,137). Sum of RGB (Red+Green+Blue) = 160+95+137=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05F89 is #5FA076. Grayscale: #777777. Windows color (decimal): -6266999 or 9002912. OLE color: 9002912.
HSL color Cylindrical-coordinate representation of color #A05F89: hue angle of 321.23º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A05F89 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 95 | 137 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.37 |
| HSL | 321.23º | 0.25% | 0.5% | - |
| HSV(B) | 321.23º | 0.41% | 0.63% | - |
| XYZ | 23.1 | 17.46 | 25.82 | - |
| YUV | 119.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 137 | 0 | 0.41 | 0.14 | 0.37 | 321.23 | 0.25 | 0.5 |
| Hex | A0 | 5F | 89 | 0 | 29 | E | 25 | 141 | 19 | 32 |
| Octal | 240 | 137 | 211 | 0 | 51 | 16 | 45 | 501 | 31 | 62 |
| Binary | 10100000 | 1011111 | 10001001 | 0 | 101001 | 1110 | 100101 | 101000001 | 11001 | 110010 |
Color Harmonies of #A05F89
Complementary color
Monochromatic Colors of #A05F89
Black with #A05F89
Text Example
Text Example
White with #A05F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05F89; }
p { color: rgb(160,95,137); }
H1.HeaderClassName
{
color: #A05F89;
}
.AnyTagClassName
{
color: #A05F89;
}
</style>
background-color css
<style>
a { background-color: #A05F89; }
a { background-color: rgb(160,95,137); }
div.DivClassName
{
background-color: #A05F89;
}
.BgClassName
{
background-color: #A05F89;
}
</style>
border-color css
<style>
span { border-color: #A05F89; }
span { border-color: rgb(160,95,137); }
td.TdClassName
{
border-color: #A05F89;
}
.TagClassName
{
border-color: #A05F89;
}
</style>