Shades of Strikemaster #A05988
Tints of Strikemaster #A05988
RGB
CMYK
RGB Variations
Color information
#A05988 (or 0xA05988) is known color: Strikemaster. HEX triplet: A0, 59 and 88. RGB value is (160,89,136). Sum of RGB (Red+Green+Blue) = 160+89+136=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A05988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05988 is #5FA677. Grayscale: #737373. Windows color (decimal): -6268536 or 8935840. OLE color: 8935840.
HSL color Cylindrical-coordinate representation of color #A05988: hue angle of 320.28º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A05988 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 136 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.37 |
| HSL | 320.28º | 0.29% | 0.49% | - |
| HSV(B) | 320.28º | 0.44% | 0.63% | - |
| XYZ | 22.51 | 16.4 | 25.27 | - |
| YUV | 115.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 136 | 0 | 0.44 | 0.15 | 0.37 | 320.28 | 0.29 | 0.49 |
| Hex | A0 | 59 | 88 | 0 | 2C | F | 25 | 140 | 1D | 31 |
| Octal | 240 | 131 | 210 | 0 | 54 | 17 | 45 | 500 | 35 | 61 |
| Binary | 10100000 | 1011001 | 10001000 | 0 | 101100 | 1111 | 100101 | 101000000 | 11101 | 110001 |
Color Harmonies of #A05988
Complementary color
Monochromatic Colors of #A05988
Black with #A05988
Text Example
Text Example
White with #A05988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05988; }
p { color: rgb(160,89,136); }
H1.HeaderClassName
{
color: #A05988;
}
.AnyTagClassName
{
color: #A05988;
}
</style>
background-color css
<style>
a { background-color: #A05988; }
a { background-color: rgb(160,89,136); }
div.DivClassName
{
background-color: #A05988;
}
.BgClassName
{
background-color: #A05988;
}
</style>
border-color css
<style>
span { border-color: #A05988; }
span { border-color: rgb(160,89,136); }
td.TdClassName
{
border-color: #A05988;
}
.TagClassName
{
border-color: #A05988;
}
</style>