Shades of Strikemaster #A0588B
Tints of Strikemaster #A0588B
RGB
CMYK
RGB Variations
Color information
#A0588B (or 0xA0588B) is known color: Strikemaster. HEX triplet: A0, 58 and 8B. RGB value is (160,88,139). Sum of RGB (Red+Green+Blue) = 160+88+139=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0588B is #5FA774. Grayscale: #737373. Windows color (decimal): -6268789 or 9132192. OLE color: 9132192.
HSL color Cylindrical-coordinate representation of color #A0588B: hue angle of 317.5º 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 #A0588B is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 88 | 139 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.37 |
| HSL | 317.5º | 0.29% | 0.49% | - |
| HSV(B) | 317.5º | 0.45% | 0.63% | - |
| XYZ | 22.65 | 16.32 | 26.38 | - |
| YUV | 115.34 | 141.35 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 139 | 0 | 0.45 | 0.13 | 0.37 | 317.5 | 0.29 | 0.49 |
| Hex | A0 | 58 | 8B | 0 | 2D | D | 25 | 13E | 1D | 31 |
| Octal | 240 | 130 | 213 | 0 | 55 | 15 | 45 | 476 | 35 | 61 |
| Binary | 10100000 | 1011000 | 10001011 | 0 | 101101 | 1101 | 100101 | 100111110 | 11101 | 110001 |
Color Harmonies of #A0588B
Complementary color
Monochromatic Colors of #A0588B
Black with #A0588B
Text Example
Text Example
White with #A0588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0588B; }
p { color: rgb(160,88,139); }
H1.HeaderClassName
{
color: #A0588B;
}
.AnyTagClassName
{
color: #A0588B;
}
</style>
background-color css
<style>
a { background-color: #A0588B; }
a { background-color: rgb(160,88,139); }
div.DivClassName
{
background-color: #A0588B;
}
.BgClassName
{
background-color: #A0588B;
}
</style>
border-color css
<style>
span { border-color: #A0588B; }
span { border-color: rgb(160,88,139); }
td.TdClassName
{
border-color: #A0588B;
}
.TagClassName
{
border-color: #A0588B;
}
</style>