Shades of Strikemaster #A0597F
Tints of Strikemaster #A0597F
RGB
CMYK
RGB Variations
Color information
#A0597F (or 0xA0597F) is known color: Strikemaster. HEX triplet: A0, 59 and 7F. RGB value is (160,89,127). Sum of RGB (Red+Green+Blue) = 160+89+127=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A0597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0597F is #5FA680. Grayscale: #727272. Windows color (decimal): -6268545 or 8346016. OLE color: 8346016.
HSL color Cylindrical-coordinate representation of color #A0597F: hue angle of 327.89º 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 #A0597F is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 127 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.37 |
| HSL | 327.89º | 0.29% | 0.49% | - |
| HSV(B) | 327.89º | 0.44% | 0.63% | - |
| XYZ | 21.9 | 16.15 | 22.04 | - |
| YUV | 114.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 127 | 0 | 0.44 | 0.21 | 0.37 | 327.89 | 0.29 | 0.49 |
| Hex | A0 | 59 | 7F | 0 | 2C | 15 | 25 | 148 | 1D | 31 |
| Octal | 240 | 131 | 177 | 0 | 54 | 25 | 45 | 510 | 35 | 61 |
| Binary | 10100000 | 1011001 | 1111111 | 0 | 101100 | 10101 | 100101 | 101001000 | 11101 | 110001 |
Color Harmonies of #A0597F
Complementary color
Monochromatic Colors of #A0597F
Black with #A0597F
Text Example
Text Example
White with #A0597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0597F; }
p { color: rgb(160,89,127); }
H1.HeaderClassName
{
color: #A0597F;
}
.AnyTagClassName
{
color: #A0597F;
}
</style>
background-color css
<style>
a { background-color: #A0597F; }
a { background-color: rgb(160,89,127); }
div.DivClassName
{
background-color: #A0597F;
}
.BgClassName
{
background-color: #A0597F;
}
</style>
border-color css
<style>
span { border-color: #A0597F; }
span { border-color: rgb(160,89,127); }
td.TdClassName
{
border-color: #A0597F;
}
.TagClassName
{
border-color: #A0597F;
}
</style>