Shades of Strikemaster #A06188
Tints of Strikemaster #A06188
RGB
CMYK
RGB Variations
Color information
#A06188 (or 0xA06188) is known color: Strikemaster. HEX triplet: A0, 61 and 88. RGB value is (160,97,136). Sum of RGB (Red+Green+Blue) = 160+97+136=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A06188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06188 is #5F9E77. Grayscale: #787878. Windows color (decimal): -6266488 or 8937888. OLE color: 8937888.
HSL color Cylindrical-coordinate representation of color #A06188: hue angle of 322.86º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06188 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 136 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.37 |
| HSL | 322.86º | 0.25% | 0.5% | - |
| HSV(B) | 322.86º | 0.39% | 0.63% | - |
| XYZ | 23.22 | 17.8 | 25.5 | - |
| YUV | 120.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 136 | 0 | 0.39 | 0.15 | 0.37 | 322.86 | 0.25 | 0.5 |
| Hex | A0 | 61 | 88 | 0 | 27 | F | 25 | 143 | 19 | 32 |
| Octal | 240 | 141 | 210 | 0 | 47 | 17 | 45 | 503 | 31 | 62 |
| Binary | 10100000 | 1100001 | 10001000 | 0 | 100111 | 1111 | 100101 | 101000011 | 11001 | 110010 |
Color Harmonies of #A06188
Complementary color
Monochromatic Colors of #A06188
Black with #A06188
Text Example
Text Example
White with #A06188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06188; }
p { color: rgb(160,97,136); }
H1.HeaderClassName
{
color: #A06188;
}
.AnyTagClassName
{
color: #A06188;
}
</style>
background-color css
<style>
a { background-color: #A06188; }
a { background-color: rgb(160,97,136); }
div.DivClassName
{
background-color: #A06188;
}
.BgClassName
{
background-color: #A06188;
}
</style>
border-color css
<style>
span { border-color: #A06188; }
span { border-color: rgb(160,97,136); }
td.TdClassName
{
border-color: #A06188;
}
.TagClassName
{
border-color: #A06188;
}
</style>