Shades of Strikemaster #A1567B
Tints of Strikemaster #A1567B
RGB
CMYK
RGB Variations
Color information
#A1567B (or 0xA1567B) is known color: Strikemaster. HEX triplet: A1, 56 and 7B. RGB value is (161,86,123). Sum of RGB (Red+Green+Blue) = 161+86+123=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A1567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1567B is #5EA984. Grayscale: #707070. Windows color (decimal): -6203781 or 8083105. OLE color: 8083105.
HSL color Cylindrical-coordinate representation of color #A1567B: hue angle of 330.4º 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 #A1567B is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 86 | 123 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.37 |
| HSL | 330.4º | 0.3% | 0.48% | - |
| HSV(B) | 330.4º | 0.47% | 0.63% | - |
| XYZ | 21.6 | 15.66 | 20.62 | - |
| YUV | 112.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 123 | 0 | 0.47 | 0.24 | 0.37 | 330.4 | 0.3 | 0.48 |
| Hex | A1 | 56 | 7B | 0 | 2F | 18 | 25 | 14A | 1E | 30 |
| Octal | 241 | 126 | 173 | 0 | 57 | 30 | 45 | 512 | 36 | 60 |
| Binary | 10100001 | 1010110 | 1111011 | 0 | 101111 | 11000 | 100101 | 101001010 | 11110 | 110000 |
Color Harmonies of #A1567B
Complementary color
Monochromatic Colors of #A1567B
Black with #A1567B
Text Example
Text Example
White with #A1567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1567B; }
p { color: rgb(161,86,123); }
H1.HeaderClassName
{
color: #A1567B;
}
.AnyTagClassName
{
color: #A1567B;
}
</style>
background-color css
<style>
a { background-color: #A1567B; }
a { background-color: rgb(161,86,123); }
div.DivClassName
{
background-color: #A1567B;
}
.BgClassName
{
background-color: #A1567B;
}
</style>
border-color css
<style>
span { border-color: #A1567B; }
span { border-color: rgb(161,86,123); }
td.TdClassName
{
border-color: #A1567B;
}
.TagClassName
{
border-color: #A1567B;
}
</style>