Shades of Strikemaster #A06881
Tints of Strikemaster #A06881
RGB
CMYK
RGB Variations
Color information
#A06881 (or 0xA06881) is known color: Strikemaster. HEX triplet: A0, 68 and 81. RGB value is (160,104,129). Sum of RGB (Red+Green+Blue) = 160+104+129=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A06881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06881 is #5F977E. Grayscale: #7B7B7B. Windows color (decimal): -6264703 or 8480928. OLE color: 8480928.
HSL color Cylindrical-coordinate representation of color #A06881: hue angle of 333.21º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A06881 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 129 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.37 |
| HSL | 333.21º | 0.23% | 0.52% | - |
| HSV(B) | 333.21º | 0.35% | 0.63% | - |
| XYZ | 23.41 | 18.96 | 23.19 | - |
| YUV | 123.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 129 | 0 | 0.35 | 0.19 | 0.37 | 333.21 | 0.23 | 0.52 |
| Hex | A0 | 68 | 81 | 0 | 23 | 13 | 25 | 14D | 17 | 34 |
| Octal | 240 | 150 | 201 | 0 | 43 | 23 | 45 | 515 | 27 | 64 |
| Binary | 10100000 | 1101000 | 10000001 | 0 | 100011 | 10011 | 100101 | 101001101 | 10111 | 110100 |
Color Harmonies of #A06881
Complementary color
Monochromatic Colors of #A06881
Black with #A06881
Text Example
Text Example
White with #A06881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06881; }
p { color: rgb(160,104,129); }
H1.HeaderClassName
{
color: #A06881;
}
.AnyTagClassName
{
color: #A06881;
}
</style>
background-color css
<style>
a { background-color: #A06881; }
a { background-color: rgb(160,104,129); }
div.DivClassName
{
background-color: #A06881;
}
.BgClassName
{
background-color: #A06881;
}
</style>
border-color css
<style>
span { border-color: #A06881; }
span { border-color: rgb(160,104,129); }
td.TdClassName
{
border-color: #A06881;
}
.TagClassName
{
border-color: #A06881;
}
</style>