Shades of Strikemaster #A6578D
Tints of Strikemaster #A6578D
RGB
CMYK
RGB Variations
Color information
#A6578D (or 0xA6578D) is known color: Strikemaster. HEX triplet: A6, 57 and 8D. RGB value is (166,87,141). Sum of RGB (Red+Green+Blue) = 166+87+141=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6578D is #59A872. Grayscale: #747474. Windows color (decimal): -5875827 or 9263014. OLE color: 9263014.
HSL color Cylindrical-coordinate representation of color #A6578D: hue angle of 318.99º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6578D is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 87 | 141 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.35 |
| HSL | 318.99º | 0.31% | 0.5% | - |
| HSV(B) | 318.99º | 0.48% | 0.65% | - |
| XYZ | 23.94 | 16.85 | 27.19 | - |
| YUV | 116.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 141 | 0 | 0.48 | 0.15 | 0.35 | 318.99 | 0.31 | 0.5 |
| Hex | A6 | 57 | 8D | 0 | 30 | F | 23 | 13F | 1F | 32 |
| Octal | 246 | 127 | 215 | 0 | 60 | 17 | 43 | 477 | 37 | 62 |
| Binary | 10100110 | 1010111 | 10001101 | 0 | 110000 | 1111 | 100011 | 100111111 | 11111 | 110010 |
Color Harmonies of #A6578D
Complementary color
Monochromatic Colors of #A6578D
Black with #A6578D
Text Example
Text Example
White with #A6578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6578D; }
p { color: rgb(166,87,141); }
H1.HeaderClassName
{
color: #A6578D;
}
.AnyTagClassName
{
color: #A6578D;
}
</style>
background-color css
<style>
a { background-color: #A6578D; }
a { background-color: rgb(166,87,141); }
div.DivClassName
{
background-color: #A6578D;
}
.BgClassName
{
background-color: #A6578D;
}
</style>
border-color css
<style>
span { border-color: #A6578D; }
span { border-color: rgb(166,87,141); }
td.TdClassName
{
border-color: #A6578D;
}
.TagClassName
{
border-color: #A6578D;
}
</style>