Shades of Strikemaster #A9648F
Tints of Strikemaster #A9648F
RGB
CMYK
RGB Variations
Color information
#A9648F (or 0xA9648F) is known color: Strikemaster. HEX triplet: A9, 64 and 8F. RGB value is (169,100,143). Sum of RGB (Red+Green+Blue) = 169+100+143=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A9648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9648F is #569B70. Grayscale: #7D7D7D. Windows color (decimal): -5675889 or 9397417. OLE color: 9397417.
HSL color Cylindrical-coordinate representation of color #A9648F: hue angle of 322.61º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9648F is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 143 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.34 |
| HSL | 322.61º | 0.29% | 0.53% | - |
| HSV(B) | 322.61º | 0.41% | 0.66% | - |
| XYZ | 25.88 | 19.53 | 28.39 | - |
| YUV | 125.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 143 | 0 | 0.41 | 0.15 | 0.34 | 322.61 | 0.29 | 0.53 |
| Hex | A9 | 64 | 8F | 0 | 29 | F | 22 | 143 | 1D | 35 |
| Octal | 251 | 144 | 217 | 0 | 51 | 17 | 42 | 503 | 35 | 65 |
| Binary | 10101001 | 1100100 | 10001111 | 0 | 101001 | 1111 | 100010 | 101000011 | 11101 | 110101 |
Color Harmonies of #A9648F
Complementary color
Monochromatic Colors of #A9648F
Black with #A9648F
Text Example
Text Example
White with #A9648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9648F; }
p { color: rgb(169,100,143); }
H1.HeaderClassName
{
color: #A9648F;
}
.AnyTagClassName
{
color: #A9648F;
}
</style>
background-color css
<style>
a { background-color: #A9648F; }
a { background-color: rgb(169,100,143); }
div.DivClassName
{
background-color: #A9648F;
}
.BgClassName
{
background-color: #A9648F;
}
</style>
border-color css
<style>
span { border-color: #A9648F; }
span { border-color: rgb(169,100,143); }
td.TdClassName
{
border-color: #A9648F;
}
.TagClassName
{
border-color: #A9648F;
}
</style>