Shades of Strikemaster #A06781
Tints of Strikemaster #A06781
RGB
CMYK
RGB Variations
Color information
#A06781 (or 0xA06781) is known color: Strikemaster. HEX triplet: A0, 67 and 81. RGB value is (160,103,129). Sum of RGB (Red+Green+Blue) = 160+103+129=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A06781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06781 is #5F987E. Grayscale: #7A7A7A. Windows color (decimal): -6264959 or 8480672. OLE color: 8480672.
HSL color Cylindrical-coordinate representation of color #A06781: hue angle of 332.63º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A06781 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 103 | 129 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.37 |
| HSL | 332.63º | 0.23% | 0.52% | - |
| HSV(B) | 332.63º | 0.36% | 0.63% | - |
| XYZ | 23.31 | 18.76 | 23.16 | - |
| YUV | 123.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 129 | 0 | 0.36 | 0.19 | 0.37 | 332.63 | 0.23 | 0.52 |
| Hex | A0 | 67 | 81 | 0 | 24 | 13 | 25 | 14D | 17 | 34 |
| Octal | 240 | 147 | 201 | 0 | 44 | 23 | 45 | 515 | 27 | 64 |
| Binary | 10100000 | 1100111 | 10000001 | 0 | 100100 | 10011 | 100101 | 101001101 | 10111 | 110100 |
Color Harmonies of #A06781
Complementary color
Monochromatic Colors of #A06781
Black with #A06781
Text Example
Text Example
White with #A06781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06781; }
p { color: rgb(160,103,129); }
H1.HeaderClassName
{
color: #A06781;
}
.AnyTagClassName
{
color: #A06781;
}
</style>
background-color css
<style>
a { background-color: #A06781; }
a { background-color: rgb(160,103,129); }
div.DivClassName
{
background-color: #A06781;
}
.BgClassName
{
background-color: #A06781;
}
</style>
border-color css
<style>
span { border-color: #A06781; }
span { border-color: rgb(160,103,129); }
td.TdClassName
{
border-color: #A06781;
}
.TagClassName
{
border-color: #A06781;
}
</style>