Shades of Strikemaster #A06581
Tints of Strikemaster #A06581
RGB
CMYK
RGB Variations
Color information
#A06581 (or 0xA06581) is known color: Strikemaster. HEX triplet: A0, 65 and 81. RGB value is (160,101,129). Sum of RGB (Red+Green+Blue) = 160+101+129=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A06581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06581 is #5F9A7E. Grayscale: #797979. Windows color (decimal): -6265471 or 8480160. OLE color: 8480160.
HSL color Cylindrical-coordinate representation of color #A06581: hue angle of 331.53º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A06581 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 129 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.37 |
| HSL | 331.53º | 0.24% | 0.51% | - |
| HSV(B) | 331.53º | 0.37% | 0.63% | - |
| XYZ | 23.11 | 18.37 | 23.1 | - |
| YUV | 121.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 129 | 0 | 0.37 | 0.19 | 0.37 | 331.53 | 0.24 | 0.51 |
| Hex | A0 | 65 | 81 | 0 | 25 | 13 | 25 | 14C | 18 | 33 |
| Octal | 240 | 145 | 201 | 0 | 45 | 23 | 45 | 514 | 30 | 63 |
| Binary | 10100000 | 1100101 | 10000001 | 0 | 100101 | 10011 | 100101 | 101001100 | 11000 | 110011 |
Color Harmonies of #A06581
Complementary color
Monochromatic Colors of #A06581
Black with #A06581
Text Example
Text Example
White with #A06581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06581; }
p { color: rgb(160,101,129); }
H1.HeaderClassName
{
color: #A06581;
}
.AnyTagClassName
{
color: #A06581;
}
</style>
background-color css
<style>
a { background-color: #A06581; }
a { background-color: rgb(160,101,129); }
div.DivClassName
{
background-color: #A06581;
}
.BgClassName
{
background-color: #A06581;
}
</style>
border-color css
<style>
span { border-color: #A06581; }
span { border-color: rgb(160,101,129); }
td.TdClassName
{
border-color: #A06581;
}
.TagClassName
{
border-color: #A06581;
}
</style>