Shades of Strikemaster #A0588A
Tints of Strikemaster #A0588A
RGB
CMYK
RGB Variations
Color information
#A0588A (or 0xA0588A) is known color: Strikemaster. HEX triplet: A0, 58 and 8A. RGB value is (160,88,138). Sum of RGB (Red+Green+Blue) = 160+88+138=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A0588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0588A is #5FA775. Grayscale: #737373. Windows color (decimal): -6268790 or 9066656. OLE color: 9066656.
HSL color Cylindrical-coordinate representation of color #A0588A: hue angle of 318.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0588A is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 88 | 138 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.37 |
| HSL | 318.33º | 0.29% | 0.49% | - |
| HSV(B) | 318.33º | 0.45% | 0.63% | - |
| XYZ | 22.57 | 16.29 | 26 | - |
| YUV | 115.23 | 140.85 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 138 | 0 | 0.45 | 0.14 | 0.37 | 318.33 | 0.29 | 0.49 |
| Hex | A0 | 58 | 8A | 0 | 2D | E | 25 | 13E | 1D | 31 |
| Octal | 240 | 130 | 212 | 0 | 55 | 16 | 45 | 476 | 35 | 61 |
| Binary | 10100000 | 1011000 | 10001010 | 0 | 101101 | 1110 | 100101 | 100111110 | 11101 | 110001 |
Color Harmonies of #A0588A
Complementary color
Monochromatic Colors of #A0588A
Black with #A0588A
Text Example
Text Example
White with #A0588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0588A; }
p { color: rgb(160,88,138); }
H1.HeaderClassName
{
color: #A0588A;
}
.AnyTagClassName
{
color: #A0588A;
}
</style>
background-color css
<style>
a { background-color: #A0588A; }
a { background-color: rgb(160,88,138); }
div.DivClassName
{
background-color: #A0588A;
}
.BgClassName
{
background-color: #A0588A;
}
</style>
border-color css
<style>
span { border-color: #A0588A; }
span { border-color: rgb(160,88,138); }
td.TdClassName
{
border-color: #A0588A;
}
.TagClassName
{
border-color: #A0588A;
}
</style>