Shades of Strikemaster #A6608F
Tints of Strikemaster #A6608F
RGB
CMYK
RGB Variations
Color information
#A6608F (or 0xA6608F) is known color: Strikemaster. HEX triplet: A6, 60 and 8F. RGB value is (166,96,143). Sum of RGB (Red+Green+Blue) = 166+96+143=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A6608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6608F is #599F70. Grayscale: #7A7A7A. Windows color (decimal): -5873521 or 9396390. OLE color: 9396390.
HSL color Cylindrical-coordinate representation of color #A6608F: hue angle of 319.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6608F is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 96 | 143 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.35 |
| HSL | 319.71º | 0.28% | 0.51% | - |
| HSV(B) | 319.71º | 0.42% | 0.65% | - |
| XYZ | 24.87 | 18.46 | 28.24 | - |
| YUV | 122.29 | 139.69 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 143 | 0 | 0.42 | 0.14 | 0.35 | 319.71 | 0.28 | 0.51 |
| Hex | A6 | 60 | 8F | 0 | 2A | E | 23 | 140 | 1C | 33 |
| Octal | 246 | 140 | 217 | 0 | 52 | 16 | 43 | 500 | 34 | 63 |
| Binary | 10100110 | 1100000 | 10001111 | 0 | 101010 | 1110 | 100011 | 101000000 | 11100 | 110011 |
Color Harmonies of #A6608F
Complementary color
Monochromatic Colors of #A6608F
Black with #A6608F
Text Example
Text Example
White with #A6608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6608F; }
p { color: rgb(166,96,143); }
H1.HeaderClassName
{
color: #A6608F;
}
.AnyTagClassName
{
color: #A6608F;
}
</style>
background-color css
<style>
a { background-color: #A6608F; }
a { background-color: rgb(166,96,143); }
div.DivClassName
{
background-color: #A6608F;
}
.BgClassName
{
background-color: #A6608F;
}
</style>
border-color css
<style>
span { border-color: #A6608F; }
span { border-color: rgb(166,96,143); }
td.TdClassName
{
border-color: #A6608F;
}
.TagClassName
{
border-color: #A6608F;
}
</style>