Shades of Strikemaster #A1618D
Tints of Strikemaster #A1618D
RGB
CMYK
RGB Variations
Color information
#A1618D (or 0xA1618D) is known color: Strikemaster. HEX triplet: A1, 61 and 8D. RGB value is (161,97,141). Sum of RGB (Red+Green+Blue) = 161+97+141=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A1618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1618D is #5E9E72. Grayscale: #797979. Windows color (decimal): -6200947 or 9265569. OLE color: 9265569.
HSL color Cylindrical-coordinate representation of color #A1618D: hue angle of 318.75º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1618D is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 141 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.37 |
| HSL | 318.75º | 0.25% | 0.51% | - |
| HSV(B) | 318.75º | 0.4% | 0.63% | - |
| XYZ | 23.78 | 18.05 | 27.43 | - |
| YUV | 121.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 141 | 0 | 0.40 | 0.12 | 0.37 | 318.75 | 0.25 | 0.51 |
| Hex | A1 | 61 | 8D | 0 | 28 | C | 25 | 13F | 19 | 33 |
| Octal | 241 | 141 | 215 | 0 | 50 | 14 | 45 | 477 | 31 | 63 |
| Binary | 10100001 | 1100001 | 10001101 | 0 | 101000 | 1100 | 100101 | 100111111 | 11001 | 110011 |
Color Harmonies of #A1618D
Complementary color
Monochromatic Colors of #A1618D
Black with #A1618D
Text Example
Text Example
White with #A1618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1618D; }
p { color: rgb(161,97,141); }
H1.HeaderClassName
{
color: #A1618D;
}
.AnyTagClassName
{
color: #A1618D;
}
</style>
background-color css
<style>
a { background-color: #A1618D; }
a { background-color: rgb(161,97,141); }
div.DivClassName
{
background-color: #A1618D;
}
.BgClassName
{
background-color: #A1618D;
}
</style>
border-color css
<style>
span { border-color: #A1618D; }
span { border-color: rgb(161,97,141); }
td.TdClassName
{
border-color: #A1618D;
}
.TagClassName
{
border-color: #A1618D;
}
</style>