Shades of Strikemaster #A06E83
Tints of Strikemaster #A06E83
RGB
CMYK
RGB Variations
Color information
#A06E83 (or 0xA06E83) is known color: Strikemaster. HEX triplet: A0, 6E and 83. RGB value is (160,110,131). Sum of RGB (Red+Green+Blue) = 160+110+131=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06E83 is #5F917C. Grayscale: #7F7F7F. Windows color (decimal): -6263165 or 8613536. OLE color: 8613536.
HSL color Cylindrical-coordinate representation of color #A06E83: hue angle of 334.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A06E83 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 131 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.37 |
| HSL | 334.8º | 0.21% | 0.53% | - |
| HSV(B) | 334.8º | 0.31% | 0.63% | - |
| XYZ | 24.17 | 20.26 | 24.11 | - |
| YUV | 127.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 131 | 0 | 0.31 | 0.18 | 0.37 | 334.8 | 0.21 | 0.53 |
| Hex | A0 | 6E | 83 | 0 | 1F | 12 | 25 | 14F | 15 | 35 |
| Octal | 240 | 156 | 203 | 0 | 37 | 22 | 45 | 517 | 25 | 65 |
| Binary | 10100000 | 1101110 | 10000011 | 0 | 11111 | 10010 | 100101 | 101001111 | 10101 | 110101 |
Color Harmonies of #A06E83
Complementary color
Monochromatic Colors of #A06E83
Black with #A06E83
Text Example
Text Example
White with #A06E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E83; }
p { color: rgb(160,110,131); }
H1.HeaderClassName
{
color: #A06E83;
}
.AnyTagClassName
{
color: #A06E83;
}
</style>
background-color css
<style>
a { background-color: #A06E83; }
a { background-color: rgb(160,110,131); }
div.DivClassName
{
background-color: #A06E83;
}
.BgClassName
{
background-color: #A06E83;
}
</style>
border-color css
<style>
span { border-color: #A06E83; }
span { border-color: rgb(160,110,131); }
td.TdClassName
{
border-color: #A06E83;
}
.TagClassName
{
border-color: #A06E83;
}
</style>