Shades of Strikemaster #A0617C
Tints of Strikemaster #A0617C
RGB
CMYK
RGB Variations
Color information
#A0617C (or 0xA0617C) is known color: Strikemaster. HEX triplet: A0, 61 and 7C. RGB value is (160,97,124). Sum of RGB (Red+Green+Blue) = 160+97+124=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A0617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0617C is #5F9E83. Grayscale: #767676. Windows color (decimal): -6266500 or 8151456. OLE color: 8151456.
HSL color Cylindrical-coordinate representation of color #A0617C: hue angle of 334.29º 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 #A0617C is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 124 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.37 |
| HSL | 334.29º | 0.25% | 0.5% | - |
| HSV(B) | 334.29º | 0.39% | 0.63% | - |
| XYZ | 22.41 | 17.48 | 21.26 | - |
| YUV | 118.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 124 | 0 | 0.39 | 0.22 | 0.37 | 334.29 | 0.25 | 0.5 |
| Hex | A0 | 61 | 7C | 0 | 27 | 16 | 25 | 14E | 19 | 32 |
| Octal | 240 | 141 | 174 | 0 | 47 | 26 | 45 | 516 | 31 | 62 |
| Binary | 10100000 | 1100001 | 1111100 | 0 | 100111 | 10110 | 100101 | 101001110 | 11001 | 110010 |
Color Harmonies of #A0617C
Complementary color
Monochromatic Colors of #A0617C
Black with #A0617C
Text Example
Text Example
White with #A0617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0617C; }
p { color: rgb(160,97,124); }
H1.HeaderClassName
{
color: #A0617C;
}
.AnyTagClassName
{
color: #A0617C;
}
</style>
background-color css
<style>
a { background-color: #A0617C; }
a { background-color: rgb(160,97,124); }
div.DivClassName
{
background-color: #A0617C;
}
.BgClassName
{
background-color: #A0617C;
}
</style>
border-color css
<style>
span { border-color: #A0617C; }
span { border-color: rgb(160,97,124); }
td.TdClassName
{
border-color: #A0617C;
}
.TagClassName
{
border-color: #A0617C;
}
</style>