Shades of Strikemaster #A06189
Tints of Strikemaster #A06189
RGB
CMYK
RGB Variations
Color information
#A06189 (or 0xA06189) is known color: Strikemaster. HEX triplet: A0, 61 and 89. RGB value is (160,97,137). Sum of RGB (Red+Green+Blue) = 160+97+137=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A06189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06189 is #5F9E76. Grayscale: #787878. Windows color (decimal): -6266487 or 9003424. OLE color: 9003424.
HSL color Cylindrical-coordinate representation of color #A06189: hue angle of 321.9º 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 #A06189 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 137 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.37 |
| HSL | 321.9º | 0.25% | 0.5% | - |
| HSV(B) | 321.9º | 0.39% | 0.63% | - |
| XYZ | 23.29 | 17.83 | 25.88 | - |
| YUV | 120.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 137 | 0 | 0.39 | 0.14 | 0.37 | 321.9 | 0.25 | 0.5 |
| Hex | A0 | 61 | 89 | 0 | 27 | E | 25 | 142 | 19 | 32 |
| Octal | 240 | 141 | 211 | 0 | 47 | 16 | 45 | 502 | 31 | 62 |
| Binary | 10100000 | 1100001 | 10001001 | 0 | 100111 | 1110 | 100101 | 101000010 | 11001 | 110010 |
Color Harmonies of #A06189
Complementary color
Monochromatic Colors of #A06189
Black with #A06189
Text Example
Text Example
White with #A06189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06189; }
p { color: rgb(160,97,137); }
H1.HeaderClassName
{
color: #A06189;
}
.AnyTagClassName
{
color: #A06189;
}
</style>
background-color css
<style>
a { background-color: #A06189; }
a { background-color: rgb(160,97,137); }
div.DivClassName
{
background-color: #A06189;
}
.BgClassName
{
background-color: #A06189;
}
</style>
border-color css
<style>
span { border-color: #A06189; }
span { border-color: rgb(160,97,137); }
td.TdClassName
{
border-color: #A06189;
}
.TagClassName
{
border-color: #A06189;
}
</style>