Shades of Strikemaster #A8578C
Tints of Strikemaster #A8578C
RGB
CMYK
RGB Variations
Color information
#A8578C (or 0xA8578C) is known color: Strikemaster. HEX triplet: A8, 57 and 8C. RGB value is (168,87,140). Sum of RGB (Red+Green+Blue) = 168+87+140=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A8578C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8578C is #57A873. Grayscale: #757575. Windows color (decimal): -5744756 or 9197480. OLE color: 9197480.
HSL color Cylindrical-coordinate representation of color #A8578C: hue angle of 320.74º degrees, saturation: 0.32, 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 #A8578C is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 140 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.34 |
| HSL | 320.74º | 0.32% | 0.5% | - |
| HSV(B) | 320.74º | 0.48% | 0.66% | - |
| XYZ | 24.29 | 17.03 | 26.82 | - |
| YUV | 117.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 140 | 0 | 0.48 | 0.17 | 0.34 | 320.74 | 0.32 | 0.5 |
| Hex | A8 | 57 | 8C | 0 | 30 | 11 | 22 | 141 | 20 | 32 |
| Octal | 250 | 127 | 214 | 0 | 60 | 21 | 42 | 501 | 40 | 62 |
| Binary | 10101000 | 1010111 | 10001100 | 0 | 110000 | 10001 | 100010 | 101000001 | 100000 | 110010 |
Color Harmonies of #A8578C
Complementary color
Monochromatic Colors of #A8578C
Black with #A8578C
Text Example
Text Example
White with #A8578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8578C; }
p { color: rgb(168,87,140); }
H1.HeaderClassName
{
color: #A8578C;
}
.AnyTagClassName
{
color: #A8578C;
}
</style>
background-color css
<style>
a { background-color: #A8578C; }
a { background-color: rgb(168,87,140); }
div.DivClassName
{
background-color: #A8578C;
}
.BgClassName
{
background-color: #A8578C;
}
</style>
border-color css
<style>
span { border-color: #A8578C; }
span { border-color: rgb(168,87,140); }
td.TdClassName
{
border-color: #A8578C;
}
.TagClassName
{
border-color: #A8578C;
}
</style>