Shades of Strikemaster #A9618D
Tints of Strikemaster #A9618D
RGB
CMYK
RGB Variations
Color information
#A9618D (or 0xA9618D) is known color: Strikemaster. HEX triplet: A9, 61 and 8D. RGB value is (169,97,141). Sum of RGB (Red+Green+Blue) = 169+97+141=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A9618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9618D is #569E72. Grayscale: #7B7B7B. Windows color (decimal): -5676659 or 9265577. OLE color: 9265577.
HSL color Cylindrical-coordinate representation of color #A9618D: hue angle of 323.33º 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 #A9618D is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 141 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.34 |
| HSL | 323.33º | 0.3% | 0.52% | - |
| HSV(B) | 323.33º | 0.43% | 0.66% | - |
| XYZ | 25.44 | 18.91 | 27.51 | - |
| YUV | 123.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 141 | 0 | 0.43 | 0.17 | 0.34 | 323.33 | 0.3 | 0.52 |
| Hex | A9 | 61 | 8D | 0 | 2B | 11 | 22 | 143 | 1E | 34 |
| Octal | 251 | 141 | 215 | 0 | 53 | 21 | 42 | 503 | 36 | 64 |
| Binary | 10101001 | 1100001 | 10001101 | 0 | 101011 | 10001 | 100010 | 101000011 | 11110 | 110100 |
Color Harmonies of #A9618D
Complementary color
Monochromatic Colors of #A9618D
Black with #A9618D
Text Example
Text Example
White with #A9618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9618D; }
p { color: rgb(169,97,141); }
H1.HeaderClassName
{
color: #A9618D;
}
.AnyTagClassName
{
color: #A9618D;
}
</style>
background-color css
<style>
a { background-color: #A9618D; }
a { background-color: rgb(169,97,141); }
div.DivClassName
{
background-color: #A9618D;
}
.BgClassName
{
background-color: #A9618D;
}
</style>
border-color css
<style>
span { border-color: #A9618D; }
span { border-color: rgb(169,97,141); }
td.TdClassName
{
border-color: #A9618D;
}
.TagClassName
{
border-color: #A9618D;
}
</style>