Shades of Strikemaster #A8588F
Tints of Strikemaster #A8588F
RGB
CMYK
RGB Variations
Color information
#A8588F (or 0xA8588F) is known color: Strikemaster. HEX triplet: A8, 58 and 8F. RGB value is (168,88,143). Sum of RGB (Red+Green+Blue) = 168+88+143=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A8588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8588F is #57A770. Grayscale: #767676. Windows color (decimal): -5744497 or 9394344. OLE color: 9394344.
HSL color Cylindrical-coordinate representation of color #A8588F: hue angle of 318.75º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8588F is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 143 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.34 |
| HSL | 318.75º | 0.31% | 0.5% | - |
| HSV(B) | 318.75º | 0.48% | 0.66% | - |
| XYZ | 24.6 | 17.29 | 28.03 | - |
| YUV | 118.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 143 | 0 | 0.48 | 0.15 | 0.34 | 318.75 | 0.31 | 0.5 |
| Hex | A8 | 58 | 8F | 0 | 30 | F | 22 | 13F | 1F | 32 |
| Octal | 250 | 130 | 217 | 0 | 60 | 17 | 42 | 477 | 37 | 62 |
| Binary | 10101000 | 1011000 | 10001111 | 0 | 110000 | 1111 | 100010 | 100111111 | 11111 | 110010 |
Color Harmonies of #A8588F
Complementary color
Monochromatic Colors of #A8588F
Black with #A8588F
Text Example
Text Example
White with #A8588F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8588F; }
p { color: rgb(168,88,143); }
H1.HeaderClassName
{
color: #A8588F;
}
.AnyTagClassName
{
color: #A8588F;
}
</style>
background-color css
<style>
a { background-color: #A8588F; }
a { background-color: rgb(168,88,143); }
div.DivClassName
{
background-color: #A8588F;
}
.BgClassName
{
background-color: #A8588F;
}
</style>
border-color css
<style>
span { border-color: #A8588F; }
span { border-color: rgb(168,88,143); }
td.TdClassName
{
border-color: #A8588F;
}
.TagClassName
{
border-color: #A8588F;
}
</style>