Shades of Strikemaster #A6598C
Tints of Strikemaster #A6598C
RGB
CMYK
RGB Variations
Color information
#A6598C (or 0xA6598C) is known color: Strikemaster. HEX triplet: A6, 59 and 8C. RGB value is (166,89,140). Sum of RGB (Red+Green+Blue) = 166+89+140=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A6598C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6598C is #59A673. Grayscale: #757575. Windows color (decimal): -5875316 or 9197990. OLE color: 9197990.
HSL color Cylindrical-coordinate representation of color #A6598C: hue angle of 320.26º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6598C is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 89 | 140 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.35 |
| HSL | 320.26º | 0.3% | 0.5% | - |
| HSV(B) | 320.26º | 0.46% | 0.65% | - |
| XYZ | 24.03 | 17.15 | 26.85 | - |
| YUV | 117.84 | 140.51 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 140 | 0 | 0.46 | 0.16 | 0.35 | 320.26 | 0.3 | 0.5 |
| Hex | A6 | 59 | 8C | 0 | 2E | 10 | 23 | 140 | 1E | 32 |
| Octal | 246 | 131 | 214 | 0 | 56 | 20 | 43 | 500 | 36 | 62 |
| Binary | 10100110 | 1011001 | 10001100 | 0 | 101110 | 10000 | 100011 | 101000000 | 11110 | 110010 |
Color Harmonies of #A6598C
Complementary color
Monochromatic Colors of #A6598C
Black with #A6598C
Text Example
Text Example
White with #A6598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6598C; }
p { color: rgb(166,89,140); }
H1.HeaderClassName
{
color: #A6598C;
}
.AnyTagClassName
{
color: #A6598C;
}
</style>
background-color css
<style>
a { background-color: #A6598C; }
a { background-color: rgb(166,89,140); }
div.DivClassName
{
background-color: #A6598C;
}
.BgClassName
{
background-color: #A6598C;
}
</style>
border-color css
<style>
span { border-color: #A6598C; }
span { border-color: rgb(166,89,140); }
td.TdClassName
{
border-color: #A6598C;
}
.TagClassName
{
border-color: #A6598C;
}
</style>