Shades of Strikemaster #A1588C
Tints of Strikemaster #A1588C
RGB
CMYK
RGB Variations
Color information
#A1588C (or 0xA1588C) is known color: Strikemaster. HEX triplet: A1, 58 and 8C. RGB value is (161,88,140). Sum of RGB (Red+Green+Blue) = 161+88+140=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A1588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1588C is #5EA773. Grayscale: #737373. Windows color (decimal): -6203252 or 9197729. OLE color: 9197729.
HSL color Cylindrical-coordinate representation of color #A1588C: hue angle of 317.26º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1588C is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 140 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.37 |
| HSL | 317.26º | 0.29% | 0.49% | - |
| HSV(B) | 317.26º | 0.45% | 0.63% | - |
| XYZ | 22.92 | 16.45 | 26.78 | - |
| YUV | 115.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 140 | 0 | 0.45 | 0.13 | 0.37 | 317.26 | 0.29 | 0.49 |
| Hex | A1 | 58 | 8C | 0 | 2D | D | 25 | 13D | 1D | 31 |
| Octal | 241 | 130 | 214 | 0 | 55 | 15 | 45 | 475 | 35 | 61 |
| Binary | 10100001 | 1011000 | 10001100 | 0 | 101101 | 1101 | 100101 | 100111101 | 11101 | 110001 |
Color Harmonies of #A1588C
Complementary color
Monochromatic Colors of #A1588C
Black with #A1588C
Text Example
Text Example
White with #A1588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1588C; }
p { color: rgb(161,88,140); }
H1.HeaderClassName
{
color: #A1588C;
}
.AnyTagClassName
{
color: #A1588C;
}
</style>
background-color css
<style>
a { background-color: #A1588C; }
a { background-color: rgb(161,88,140); }
div.DivClassName
{
background-color: #A1588C;
}
.BgClassName
{
background-color: #A1588C;
}
</style>
border-color css
<style>
span { border-color: #A1588C; }
span { border-color: rgb(161,88,140); }
td.TdClassName
{
border-color: #A1588C;
}
.TagClassName
{
border-color: #A1588C;
}
</style>