Shades of Strikemaster #A0617B
Tints of Strikemaster #A0617B
RGB
CMYK
RGB Variations
Color information
#A0617B (or 0xA0617B) is known color: Strikemaster. HEX triplet: A0, 61 and 7B. RGB value is (160,97,123). Sum of RGB (Red+Green+Blue) = 160+97+123=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A0617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0617B is #5F9E84. Grayscale: #767676. Windows color (decimal): -6266501 or 8085920. OLE color: 8085920.
HSL color Cylindrical-coordinate representation of color #A0617B: hue angle of 335.24º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0617B is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 123 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.37 |
| HSL | 335.24º | 0.25% | 0.5% | - |
| HSV(B) | 335.24º | 0.39% | 0.63% | - |
| XYZ | 22.35 | 17.45 | 20.93 | - |
| YUV | 118.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 123 | 0 | 0.39 | 0.23 | 0.37 | 335.24 | 0.25 | 0.5 |
| Hex | A0 | 61 | 7B | 0 | 27 | 17 | 25 | 14F | 19 | 32 |
| Octal | 240 | 141 | 173 | 0 | 47 | 27 | 45 | 517 | 31 | 62 |
| Binary | 10100000 | 1100001 | 1111011 | 0 | 100111 | 10111 | 100101 | 101001111 | 11001 | 110010 |
Color Harmonies of #A0617B
Complementary color
Monochromatic Colors of #A0617B
Black with #A0617B
Text Example
Text Example
White with #A0617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0617B; }
p { color: rgb(160,97,123); }
H1.HeaderClassName
{
color: #A0617B;
}
.AnyTagClassName
{
color: #A0617B;
}
</style>
background-color css
<style>
a { background-color: #A0617B; }
a { background-color: rgb(160,97,123); }
div.DivClassName
{
background-color: #A0617B;
}
.BgClassName
{
background-color: #A0617B;
}
</style>
border-color css
<style>
span { border-color: #A0617B; }
span { border-color: rgb(160,97,123); }
td.TdClassName
{
border-color: #A0617B;
}
.TagClassName
{
border-color: #A0617B;
}
</style>