Shades of Strikemaster #A9638E
Tints of Strikemaster #A9638E
RGB
CMYK
RGB Variations
Color information
#A9638E (or 0xA9638E) is known color: Strikemaster. HEX triplet: A9, 63 and 8E. RGB value is (169,99,142). Sum of RGB (Red+Green+Blue) = 169+99+142=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A9638E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9638E is #569C71. Grayscale: #7C7C7C. Windows color (decimal): -5676146 or 9331625. OLE color: 9331625.
HSL color Cylindrical-coordinate representation of color #A9638E: hue angle of 323.14º 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 #A9638E is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 99 | 142 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.34 |
| HSL | 323.14º | 0.29% | 0.53% | - |
| HSV(B) | 323.14º | 0.41% | 0.66% | - |
| XYZ | 25.71 | 19.31 | 27.96 | - |
| YUV | 124.83 | 137.69 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 142 | 0 | 0.41 | 0.16 | 0.34 | 323.14 | 0.29 | 0.53 |
| Hex | A9 | 63 | 8E | 0 | 29 | 10 | 22 | 143 | 1D | 35 |
| Octal | 251 | 143 | 216 | 0 | 51 | 20 | 42 | 503 | 35 | 65 |
| Binary | 10101001 | 1100011 | 10001110 | 0 | 101001 | 10000 | 100010 | 101000011 | 11101 | 110101 |
Color Harmonies of #A9638E
Complementary color
Monochromatic Colors of #A9638E
Black with #A9638E
Text Example
Text Example
White with #A9638E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9638E; }
p { color: rgb(169,99,142); }
H1.HeaderClassName
{
color: #A9638E;
}
.AnyTagClassName
{
color: #A9638E;
}
</style>
background-color css
<style>
a { background-color: #A9638E; }
a { background-color: rgb(169,99,142); }
div.DivClassName
{
background-color: #A9638E;
}
.BgClassName
{
background-color: #A9638E;
}
</style>
border-color css
<style>
span { border-color: #A9638E; }
span { border-color: rgb(169,99,142); }
td.TdClassName
{
border-color: #A9638E;
}
.TagClassName
{
border-color: #A9638E;
}
</style>