Shades of Strikemaster #A06580
Tints of Strikemaster #A06580
RGB
CMYK
RGB Variations
Color information
#A06580 (or 0xA06580) is known color: Strikemaster. HEX triplet: A0, 65 and 80. RGB value is (160,101,128). Sum of RGB (Red+Green+Blue) = 160+101+128=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A06580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06580 is #5F9A7F. Grayscale: #797979. Windows color (decimal): -6265472 or 8414624. OLE color: 8414624.
HSL color Cylindrical-coordinate representation of color #A06580: hue angle of 332.54º 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 #A06580 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 128 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.37 |
| HSL | 332.54º | 0.24% | 0.51% | - |
| HSV(B) | 332.54º | 0.37% | 0.63% | - |
| XYZ | 23.05 | 18.34 | 22.75 | - |
| YUV | 121.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 128 | 0 | 0.37 | 0.20 | 0.37 | 332.54 | 0.24 | 0.51 |
| Hex | A0 | 65 | 80 | 0 | 25 | 14 | 25 | 14D | 18 | 33 |
| Octal | 240 | 145 | 200 | 0 | 45 | 24 | 45 | 515 | 30 | 63 |
| Binary | 10100000 | 1100101 | 10000000 | 0 | 100101 | 10100 | 100101 | 101001101 | 11000 | 110011 |
Color Harmonies of #A06580
Complementary color
Monochromatic Colors of #A06580
Black with #A06580
Text Example
Text Example
White with #A06580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06580; }
p { color: rgb(160,101,128); }
H1.HeaderClassName
{
color: #A06580;
}
.AnyTagClassName
{
color: #A06580;
}
</style>
background-color css
<style>
a { background-color: #A06580; }
a { background-color: rgb(160,101,128); }
div.DivClassName
{
background-color: #A06580;
}
.BgClassName
{
background-color: #A06580;
}
</style>
border-color css
<style>
span { border-color: #A06580; }
span { border-color: rgb(160,101,128); }
td.TdClassName
{
border-color: #A06580;
}
.TagClassName
{
border-color: #A06580;
}
</style>