Shades of Strikemaster #A8608F
Tints of Strikemaster #A8608F
RGB
CMYK
RGB Variations
Color information
#A8608F (or 0xA8608F) is known color: Strikemaster. HEX triplet: A8, 60 and 8F. RGB value is (168,96,143). Sum of RGB (Red+Green+Blue) = 168+96+143=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A8608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8608F is #579F70. Grayscale: #7A7A7A. Windows color (decimal): -5742449 or 9396392. OLE color: 9396392.
HSL color Cylindrical-coordinate representation of color #A8608F: hue angle of 320.83º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8608F is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 96 | 143 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.34 |
| HSL | 320.83º | 0.29% | 0.52% | - |
| HSV(B) | 320.83º | 0.43% | 0.66% | - |
| XYZ | 25.29 | 18.67 | 28.26 | - |
| YUV | 122.89 | 139.35 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 143 | 0 | 0.43 | 0.15 | 0.34 | 320.83 | 0.29 | 0.52 |
| Hex | A8 | 60 | 8F | 0 | 2B | F | 22 | 141 | 1D | 34 |
| Octal | 250 | 140 | 217 | 0 | 53 | 17 | 42 | 501 | 35 | 64 |
| Binary | 10101000 | 1100000 | 10001111 | 0 | 101011 | 1111 | 100010 | 101000001 | 11101 | 110100 |
Color Harmonies of #A8608F
Complementary color
Monochromatic Colors of #A8608F
Black with #A8608F
Text Example
Text Example
White with #A8608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8608F; }
p { color: rgb(168,96,143); }
H1.HeaderClassName
{
color: #A8608F;
}
.AnyTagClassName
{
color: #A8608F;
}
</style>
background-color css
<style>
a { background-color: #A8608F; }
a { background-color: rgb(168,96,143); }
div.DivClassName
{
background-color: #A8608F;
}
.BgClassName
{
background-color: #A8608F;
}
</style>
border-color css
<style>
span { border-color: #A8608F; }
span { border-color: rgb(168,96,143); }
td.TdClassName
{
border-color: #A8608F;
}
.TagClassName
{
border-color: #A8608F;
}
</style>