Shades of Strikemaster #A8648F
Tints of Strikemaster #A8648F
RGB
CMYK
RGB Variations
Color information
#A8648F (or 0xA8648F) is known color: Strikemaster. HEX triplet: A8, 64 and 8F. RGB value is (168,100,143). Sum of RGB (Red+Green+Blue) = 168+100+143=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A8648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8648F is #579B70. Grayscale: #7D7D7D. Windows color (decimal): -5741425 or 9397416. OLE color: 9397416.
HSL color Cylindrical-coordinate representation of color #A8648F: hue angle of 322.06º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8648F is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 100 | 143 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.34 |
| HSL | 322.06º | 0.28% | 0.53% | - |
| HSV(B) | 322.06º | 0.4% | 0.66% | - |
| XYZ | 25.66 | 19.42 | 28.38 | - |
| YUV | 125.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 143 | 0 | 0.40 | 0.15 | 0.34 | 322.06 | 0.28 | 0.53 |
| Hex | A8 | 64 | 8F | 0 | 28 | F | 22 | 142 | 1C | 35 |
| Octal | 250 | 144 | 217 | 0 | 50 | 17 | 42 | 502 | 34 | 65 |
| Binary | 10101000 | 1100100 | 10001111 | 0 | 101000 | 1111 | 100010 | 101000010 | 11100 | 110101 |
Color Harmonies of #A8648F
Complementary color
Monochromatic Colors of #A8648F
Black with #A8648F
Text Example
Text Example
White with #A8648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8648F; }
p { color: rgb(168,100,143); }
H1.HeaderClassName
{
color: #A8648F;
}
.AnyTagClassName
{
color: #A8648F;
}
</style>
background-color css
<style>
a { background-color: #A8648F; }
a { background-color: rgb(168,100,143); }
div.DivClassName
{
background-color: #A8648F;
}
.BgClassName
{
background-color: #A8648F;
}
</style>
border-color css
<style>
span { border-color: #A8648F; }
span { border-color: rgb(168,100,143); }
td.TdClassName
{
border-color: #A8648F;
}
.TagClassName
{
border-color: #A8648F;
}
</style>