Shades of Strikemaster #A8578D
Tints of Strikemaster #A8578D
RGB
CMYK
RGB Variations
Color information
#A8578D (or 0xA8578D) is known color: Strikemaster. HEX triplet: A8, 57 and 8D. RGB value is (168,87,141). Sum of RGB (Red+Green+Blue) = 168+87+141=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A8578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8578D is #57A872. Grayscale: #757575. Windows color (decimal): -5744755 or 9263016. OLE color: 9263016.
HSL color Cylindrical-coordinate representation of color #A8578D: hue angle of 320º 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 #A8578D is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 141 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.34 |
| HSL | 320º | 0.32% | 0.5% | - |
| HSV(B) | 320º | 0.48% | 0.66% | - |
| XYZ | 24.36 | 17.06 | 27.21 | - |
| YUV | 117.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 141 | 0 | 0.48 | 0.16 | 0.34 | 320 | 0.32 | 0.5 |
| Hex | A8 | 57 | 8D | 0 | 30 | 10 | 22 | 140 | 20 | 32 |
| Octal | 250 | 127 | 215 | 0 | 60 | 20 | 42 | 500 | 40 | 62 |
| Binary | 10101000 | 1010111 | 10001101 | 0 | 110000 | 10000 | 100010 | 101000000 | 100000 | 110010 |
Color Harmonies of #A8578D
Complementary color
Monochromatic Colors of #A8578D
Black with #A8578D
Text Example
Text Example
White with #A8578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8578D; }
p { color: rgb(168,87,141); }
H1.HeaderClassName
{
color: #A8578D;
}
.AnyTagClassName
{
color: #A8578D;
}
</style>
background-color css
<style>
a { background-color: #A8578D; }
a { background-color: rgb(168,87,141); }
div.DivClassName
{
background-color: #A8578D;
}
.BgClassName
{
background-color: #A8578D;
}
</style>
border-color css
<style>
span { border-color: #A8578D; }
span { border-color: rgb(168,87,141); }
td.TdClassName
{
border-color: #A8578D;
}
.TagClassName
{
border-color: #A8578D;
}
</style>