Shades of Strikemaster #A15088
Tints of Strikemaster #A15088
RGB
CMYK
RGB Variations
Color information
#A15088 (or 0xA15088) is known color: Strikemaster. HEX triplet: A1, 50 and 88. RGB value is (161,80,136). Sum of RGB (Red+Green+Blue) = 161+80+136=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A15088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15088 is #5EAF77. Grayscale: #6E6E6E. Windows color (decimal): -6205304 or 8933537. OLE color: 8933537.
HSL color Cylindrical-coordinate representation of color #A15088: hue angle of 318.52º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15088 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 136 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.37 |
| HSL | 318.52º | 0.34% | 0.47% | - |
| HSV(B) | 318.52º | 0.5% | 0.63% | - |
| XYZ | 22.01 | 15.09 | 25.05 | - |
| YUV | 110.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 136 | 0 | 0.50 | 0.16 | 0.37 | 318.52 | 0.34 | 0.47 |
| Hex | A1 | 50 | 88 | 0 | 32 | 10 | 25 | 13F | 22 | 2F |
| Octal | 241 | 120 | 210 | 0 | 62 | 20 | 45 | 477 | 42 | 57 |
| Binary | 10100001 | 1010000 | 10001000 | 0 | 110010 | 10000 | 100101 | 100111111 | 100010 | 101111 |
Color Harmonies of #A15088
Complementary color
Monochromatic Colors of #A15088
Black with #A15088
Text Example
Text Example
White with #A15088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15088; }
p { color: rgb(161,80,136); }
H1.HeaderClassName
{
color: #A15088;
}
.AnyTagClassName
{
color: #A15088;
}
</style>
background-color css
<style>
a { background-color: #A15088; }
a { background-color: rgb(161,80,136); }
div.DivClassName
{
background-color: #A15088;
}
.BgClassName
{
background-color: #A15088;
}
</style>
border-color css
<style>
span { border-color: #A15088; }
span { border-color: rgb(161,80,136); }
td.TdClassName
{
border-color: #A15088;
}
.TagClassName
{
border-color: #A15088;
}
</style>