Shades of Strikemaster #A1567E
Tints of Strikemaster #A1567E
RGB
CMYK
RGB Variations
Color information
#A1567E (or 0xA1567E) is known color: Strikemaster. HEX triplet: A1, 56 and 7E. RGB value is (161,86,126). Sum of RGB (Red+Green+Blue) = 161+86+126=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1567E is #5EA981. Grayscale: #707070. Windows color (decimal): -6203778 or 8279713. OLE color: 8279713.
HSL color Cylindrical-coordinate representation of color #A1567E: hue angle of 328º degrees, saturation: 0.3, 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 #A1567E is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 86 | 126 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.37 |
| HSL | 328º | 0.3% | 0.48% | - |
| HSV(B) | 328º | 0.47% | 0.63% | - |
| XYZ | 21.79 | 15.74 | 21.63 | - |
| YUV | 112.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 126 | 0 | 0.47 | 0.22 | 0.37 | 328 | 0.3 | 0.48 |
| Hex | A1 | 56 | 7E | 0 | 2F | 16 | 25 | 148 | 1E | 30 |
| Octal | 241 | 126 | 176 | 0 | 57 | 26 | 45 | 510 | 36 | 60 |
| Binary | 10100001 | 1010110 | 1111110 | 0 | 101111 | 10110 | 100101 | 101001000 | 11110 | 110000 |
Color Harmonies of #A1567E
Complementary color
Monochromatic Colors of #A1567E
Black with #A1567E
Text Example
Text Example
White with #A1567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1567E; }
p { color: rgb(161,86,126); }
H1.HeaderClassName
{
color: #A1567E;
}
.AnyTagClassName
{
color: #A1567E;
}
</style>
background-color css
<style>
a { background-color: #A1567E; }
a { background-color: rgb(161,86,126); }
div.DivClassName
{
background-color: #A1567E;
}
.BgClassName
{
background-color: #A1567E;
}
</style>
border-color css
<style>
span { border-color: #A1567E; }
span { border-color: rgb(161,86,126); }
td.TdClassName
{
border-color: #A1567E;
}
.TagClassName
{
border-color: #A1567E;
}
</style>