Shades of Strikemaster #A86689
Tints of Strikemaster #A86689
RGB
CMYK
RGB Variations
Color information
#A86689 (or 0xA86689) is known color: Strikemaster. HEX triplet: A8, 66 and 89. RGB value is (168,102,137). Sum of RGB (Red+Green+Blue) = 168+102+137=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A86689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86689 is #579976. Grayscale: #7D7D7D. Windows color (decimal): -5740919 or 9004712. OLE color: 9004712.
HSL color Cylindrical-coordinate representation of color #A86689: hue angle of 328.18º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A86689 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 137 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.34 |
| HSL | 328.18º | 0.28% | 0.53% | - |
| HSV(B) | 328.18º | 0.39% | 0.66% | - |
| XYZ | 25.42 | 19.63 | 26.12 | - |
| YUV | 125.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 137 | 0 | 0.39 | 0.18 | 0.34 | 328.18 | 0.28 | 0.53 |
| Hex | A8 | 66 | 89 | 0 | 27 | 12 | 22 | 148 | 1C | 35 |
| Octal | 250 | 146 | 211 | 0 | 47 | 22 | 42 | 510 | 34 | 65 |
| Binary | 10101000 | 1100110 | 10001001 | 0 | 100111 | 10010 | 100010 | 101001000 | 11100 | 110101 |
Color Harmonies of #A86689
Complementary color
Monochromatic Colors of #A86689
Black with #A86689
Text Example
Text Example
White with #A86689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86689; }
p { color: rgb(168,102,137); }
H1.HeaderClassName
{
color: #A86689;
}
.AnyTagClassName
{
color: #A86689;
}
</style>
background-color css
<style>
a { background-color: #A86689; }
a { background-color: rgb(168,102,137); }
div.DivClassName
{
background-color: #A86689;
}
.BgClassName
{
background-color: #A86689;
}
</style>
border-color css
<style>
span { border-color: #A86689; }
span { border-color: rgb(168,102,137); }
td.TdClassName
{
border-color: #A86689;
}
.TagClassName
{
border-color: #A86689;
}
</style>