Shades of Strikemaster #A1618C
Tints of Strikemaster #A1618C
RGB
CMYK
RGB Variations
Color information
#A1618C (or 0xA1618C) is known color: Strikemaster. HEX triplet: A1, 61 and 8C. RGB value is (161,97,140). Sum of RGB (Red+Green+Blue) = 161+97+140=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A1618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1618C is #5E9E73. Grayscale: #787878. Windows color (decimal): -6200948 or 9200033. OLE color: 9200033.
HSL color Cylindrical-coordinate representation of color #A1618C: hue angle of 319.69º 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 #A1618C is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 140 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.37 |
| HSL | 319.69º | 0.25% | 0.51% | - |
| HSV(B) | 319.69º | 0.4% | 0.63% | - |
| XYZ | 23.71 | 18.02 | 27.04 | - |
| YUV | 121.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 140 | 0 | 0.40 | 0.13 | 0.37 | 319.69 | 0.25 | 0.51 |
| Hex | A1 | 61 | 8C | 0 | 28 | D | 25 | 140 | 19 | 33 |
| Octal | 241 | 141 | 214 | 0 | 50 | 15 | 45 | 500 | 31 | 63 |
| Binary | 10100001 | 1100001 | 10001100 | 0 | 101000 | 1101 | 100101 | 101000000 | 11001 | 110011 |
Color Harmonies of #A1618C
Complementary color
Monochromatic Colors of #A1618C
Black with #A1618C
Text Example
Text Example
White with #A1618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1618C; }
p { color: rgb(161,97,140); }
H1.HeaderClassName
{
color: #A1618C;
}
.AnyTagClassName
{
color: #A1618C;
}
</style>
background-color css
<style>
a { background-color: #A1618C; }
a { background-color: rgb(161,97,140); }
div.DivClassName
{
background-color: #A1618C;
}
.BgClassName
{
background-color: #A1618C;
}
</style>
border-color css
<style>
span { border-color: #A1618C; }
span { border-color: rgb(161,97,140); }
td.TdClassName
{
border-color: #A1618C;
}
.TagClassName
{
border-color: #A1618C;
}
</style>