Shades of Strikemaster #A9618F
Tints of Strikemaster #A9618F
RGB
CMYK
RGB Variations
Color information
#A9618F (or 0xA9618F) is known color: Strikemaster. HEX triplet: A9, 61 and 8F. RGB value is (169,97,143). Sum of RGB (Red+Green+Blue) = 169+97+143=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A9618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9618F is #569E70. Grayscale: #7B7B7B. Windows color (decimal): -5676657 or 9396649. OLE color: 9396649.
HSL color Cylindrical-coordinate representation of color #A9618F: hue angle of 321.67º degrees, saturation: 0.3, 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 #A9618F is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 143 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.34 |
| HSL | 321.67º | 0.3% | 0.52% | - |
| HSV(B) | 321.67º | 0.43% | 0.66% | - |
| XYZ | 25.59 | 18.97 | 28.3 | - |
| YUV | 123.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 143 | 0 | 0.43 | 0.15 | 0.34 | 321.67 | 0.3 | 0.52 |
| Hex | A9 | 61 | 8F | 0 | 2B | F | 22 | 142 | 1E | 34 |
| Octal | 251 | 141 | 217 | 0 | 53 | 17 | 42 | 502 | 36 | 64 |
| Binary | 10101001 | 1100001 | 10001111 | 0 | 101011 | 1111 | 100010 | 101000010 | 11110 | 110100 |
Color Harmonies of #A9618F
Complementary color
Monochromatic Colors of #A9618F
Black with #A9618F
Text Example
Text Example
White with #A9618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9618F; }
p { color: rgb(169,97,143); }
H1.HeaderClassName
{
color: #A9618F;
}
.AnyTagClassName
{
color: #A9618F;
}
</style>
background-color css
<style>
a { background-color: #A9618F; }
a { background-color: rgb(169,97,143); }
div.DivClassName
{
background-color: #A9618F;
}
.BgClassName
{
background-color: #A9618F;
}
</style>
border-color css
<style>
span { border-color: #A9618F; }
span { border-color: rgb(169,97,143); }
td.TdClassName
{
border-color: #A9618F;
}
.TagClassName
{
border-color: #A9618F;
}
</style>