Shades of Strikemaster #A2598B
Tints of Strikemaster #A2598B
RGB
CMYK
RGB Variations
Color information
#A2598B (or 0xA2598B) is known color: Strikemaster. HEX triplet: A2, 59 and 8B. RGB value is (162,89,139). Sum of RGB (Red+Green+Blue) = 162+89+139=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A2598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2598B is #5DA674. Grayscale: #747474. Windows color (decimal): -6137461 or 9132450. OLE color: 9132450.
HSL color Cylindrical-coordinate representation of color #A2598B: hue angle of 318.9º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2598B is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 89 | 139 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.36 |
| HSL | 318.9º | 0.29% | 0.49% | - |
| HSV(B) | 318.9º | 0.45% | 0.64% | - |
| XYZ | 23.13 | 16.69 | 26.43 | - |
| YUV | 116.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 139 | 0 | 0.45 | 0.14 | 0.36 | 318.9 | 0.29 | 0.49 |
| Hex | A2 | 59 | 8B | 0 | 2D | E | 24 | 13F | 1D | 31 |
| Octal | 242 | 131 | 213 | 0 | 55 | 16 | 44 | 477 | 35 | 61 |
| Binary | 10100010 | 1011001 | 10001011 | 0 | 101101 | 1110 | 100100 | 100111111 | 11101 | 110001 |
Color Harmonies of #A2598B
Complementary color
Monochromatic Colors of #A2598B
Black with #A2598B
Text Example
Text Example
White with #A2598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2598B; }
p { color: rgb(162,89,139); }
H1.HeaderClassName
{
color: #A2598B;
}
.AnyTagClassName
{
color: #A2598B;
}
</style>
background-color css
<style>
a { background-color: #A2598B; }
a { background-color: rgb(162,89,139); }
div.DivClassName
{
background-color: #A2598B;
}
.BgClassName
{
background-color: #A2598B;
}
</style>
border-color css
<style>
span { border-color: #A2598B; }
span { border-color: rgb(162,89,139); }
td.TdClassName
{
border-color: #A2598B;
}
.TagClassName
{
border-color: #A2598B;
}
</style>