Shades of Strikemaster #A9668B
Tints of Strikemaster #A9668B
RGB
CMYK
RGB Variations
Color information
#A9668B (or 0xA9668B) is known color: Strikemaster. HEX triplet: A9, 66 and 8B. RGB value is (169,102,139). Sum of RGB (Red+Green+Blue) = 169+102+139=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A9668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9668B is #569974. Grayscale: #7E7E7E. Windows color (decimal): -5675381 or 9135785. OLE color: 9135785.
HSL color Cylindrical-coordinate representation of color #A9668B: hue angle of 326.87º 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 #A9668B is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 102 | 139 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.34 |
| HSL | 326.87º | 0.28% | 0.53% | - |
| HSV(B) | 326.87º | 0.4% | 0.66% | - |
| XYZ | 25.77 | 19.8 | 26.89 | - |
| YUV | 126.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 102 | 139 | 0 | 0.40 | 0.18 | 0.34 | 326.87 | 0.28 | 0.53 |
| Hex | A9 | 66 | 8B | 0 | 28 | 12 | 22 | 147 | 1C | 35 |
| Octal | 251 | 146 | 213 | 0 | 50 | 22 | 42 | 507 | 34 | 65 |
| Binary | 10101001 | 1100110 | 10001011 | 0 | 101000 | 10010 | 100010 | 101000111 | 11100 | 110101 |
Color Harmonies of #A9668B
Complementary color
Monochromatic Colors of #A9668B
Black with #A9668B
Text Example
Text Example
White with #A9668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9668B; }
p { color: rgb(169,102,139); }
H1.HeaderClassName
{
color: #A9668B;
}
.AnyTagClassName
{
color: #A9668B;
}
</style>
background-color css
<style>
a { background-color: #A9668B; }
a { background-color: rgb(169,102,139); }
div.DivClassName
{
background-color: #A9668B;
}
.BgClassName
{
background-color: #A9668B;
}
</style>
border-color css
<style>
span { border-color: #A9668B; }
span { border-color: rgb(169,102,139); }
td.TdClassName
{
border-color: #A9668B;
}
.TagClassName
{
border-color: #A9668B;
}
</style>