Shades of Strikemaster #A0557B
Tints of Strikemaster #A0557B
RGB
CMYK
RGB Variations
Color information
#A0557B (or 0xA0557B) is known color: Strikemaster. HEX triplet: A0, 55 and 7B. RGB value is (160,85,123). Sum of RGB (Red+Green+Blue) = 160+85+123=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0557B is #5FAA84. Grayscale: #6F6F6F. Windows color (decimal): -6269573 or 8082848. OLE color: 8082848.
HSL color Cylindrical-coordinate representation of color #A0557B: hue angle of 329.6º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0557B is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 85 | 123 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.37 |
| HSL | 329.6º | 0.31% | 0.48% | - |
| HSV(B) | 329.6º | 0.47% | 0.63% | - |
| XYZ | 21.32 | 15.4 | 20.59 | - |
| YUV | 111.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 123 | 0 | 0.47 | 0.23 | 0.37 | 329.6 | 0.31 | 0.48 |
| Hex | A0 | 55 | 7B | 0 | 2F | 17 | 25 | 14A | 1F | 30 |
| Octal | 240 | 125 | 173 | 0 | 57 | 27 | 45 | 512 | 37 | 60 |
| Binary | 10100000 | 1010101 | 1111011 | 0 | 101111 | 10111 | 100101 | 101001010 | 11111 | 110000 |
Color Harmonies of #A0557B
Complementary color
Monochromatic Colors of #A0557B
Black with #A0557B
Text Example
Text Example
White with #A0557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0557B; }
p { color: rgb(160,85,123); }
H1.HeaderClassName
{
color: #A0557B;
}
.AnyTagClassName
{
color: #A0557B;
}
</style>
background-color css
<style>
a { background-color: #A0557B; }
a { background-color: rgb(160,85,123); }
div.DivClassName
{
background-color: #A0557B;
}
.BgClassName
{
background-color: #A0557B;
}
</style>
border-color css
<style>
span { border-color: #A0557B; }
span { border-color: rgb(160,85,123); }
td.TdClassName
{
border-color: #A0557B;
}
.TagClassName
{
border-color: #A0557B;
}
</style>