Shades of Strikemaster #A06981
Tints of Strikemaster #A06981
RGB
CMYK
RGB Variations
Color information
#A06981 (or 0xA06981) is known color: Strikemaster. HEX triplet: A0, 69 and 81. RGB value is (160,105,129). Sum of RGB (Red+Green+Blue) = 160+105+129=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A06981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06981 is #5F967E. Grayscale: #7C7C7C. Windows color (decimal): -6264447 or 8481184. OLE color: 8481184.
HSL color Cylindrical-coordinate representation of color #A06981: hue angle of 333.82º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06981 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 129 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.37 |
| HSL | 333.82º | 0.22% | 0.52% | - |
| HSV(B) | 333.82º | 0.34% | 0.63% | - |
| XYZ | 23.51 | 19.16 | 23.23 | - |
| YUV | 124.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 129 | 0 | 0.34 | 0.19 | 0.37 | 333.82 | 0.22 | 0.52 |
| Hex | A0 | 69 | 81 | 0 | 22 | 13 | 25 | 14E | 16 | 34 |
| Octal | 240 | 151 | 201 | 0 | 42 | 23 | 45 | 516 | 26 | 64 |
| Binary | 10100000 | 1101001 | 10000001 | 0 | 100010 | 10011 | 100101 | 101001110 | 10110 | 110100 |
Color Harmonies of #A06981
Complementary color
Monochromatic Colors of #A06981
Black with #A06981
Text Example
Text Example
White with #A06981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06981; }
p { color: rgb(160,105,129); }
H1.HeaderClassName
{
color: #A06981;
}
.AnyTagClassName
{
color: #A06981;
}
</style>
background-color css
<style>
a { background-color: #A06981; }
a { background-color: rgb(160,105,129); }
div.DivClassName
{
background-color: #A06981;
}
.BgClassName
{
background-color: #A06981;
}
</style>
border-color css
<style>
span { border-color: #A06981; }
span { border-color: rgb(160,105,129); }
td.TdClassName
{
border-color: #A06981;
}
.TagClassName
{
border-color: #A06981;
}
</style>