Shades of Strikemaster #A06080
Tints of Strikemaster #A06080
RGB
CMYK
RGB Variations
Color information
#A06080 (or 0xA06080) is known color: Strikemaster. HEX triplet: A0, 60 and 80. RGB value is (160,96,128). Sum of RGB (Red+Green+Blue) = 160+96+128=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A06080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06080 is #5F9F7F. Grayscale: #767676. Windows color (decimal): -6266752 or 8413344. OLE color: 8413344.
HSL color Cylindrical-coordinate representation of color #A06080: hue angle of 330º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A06080 is Cyan = 0, Magento = 0.4, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 128 | - |
| CMYK | 0 | 0.4 | 0.20 | 0.37 |
| HSL | 330º | 0.25% | 0.5% | - |
| HSV(B) | 330º | 0.4% | 0.63% | - |
| XYZ | 22.58 | 17.4 | 22.59 | - |
| YUV | 118.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 128 | 0 | 0.4 | 0.20 | 0.37 | 330 | 0.25 | 0.5 |
| Hex | A0 | 60 | 80 | 0 | 28 | 14 | 25 | 14A | 19 | 32 |
| Octal | 240 | 140 | 200 | 0 | 50 | 24 | 45 | 512 | 31 | 62 |
| Binary | 10100000 | 1100000 | 10000000 | 0 | 101000 | 10100 | 100101 | 101001010 | 11001 | 110010 |
Color Harmonies of #A06080
Complementary color
Monochromatic Colors of #A06080
Black with #A06080
Text Example
Text Example
White with #A06080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06080; }
p { color: rgb(160,96,128); }
H1.HeaderClassName
{
color: #A06080;
}
.AnyTagClassName
{
color: #A06080;
}
</style>
background-color css
<style>
a { background-color: #A06080; }
a { background-color: rgb(160,96,128); }
div.DivClassName
{
background-color: #A06080;
}
.BgClassName
{
background-color: #A06080;
}
</style>
border-color css
<style>
span { border-color: #A06080; }
span { border-color: rgb(160,96,128); }
td.TdClassName
{
border-color: #A06080;
}
.TagClassName
{
border-color: #A06080;
}
</style>