Shades of Strikemaster #A2597B
Tints of Strikemaster #A2597B
RGB
CMYK
RGB Variations
Color information
#A2597B (or 0xA2597B) is known color: Strikemaster. HEX triplet: A2, 59 and 7B. RGB value is (162,89,123). Sum of RGB (Red+Green+Blue) = 162+89+123=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A2597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2597B is #5DA684. Grayscale: #727272. Windows color (decimal): -6137477 or 8083874. OLE color: 8083874.
HSL color Cylindrical-coordinate representation of color #A2597B: hue angle of 332.05º 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 #A2597B is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 89 | 123 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.36 |
| HSL | 332.05º | 0.29% | 0.49% | - |
| HSV(B) | 332.05º | 0.45% | 0.64% | - |
| XYZ | 22.05 | 16.26 | 20.71 | - |
| YUV | 114.7 | 132.68 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 123 | 0 | 0.45 | 0.24 | 0.36 | 332.05 | 0.29 | 0.49 |
| Hex | A2 | 59 | 7B | 0 | 2D | 18 | 24 | 14C | 1D | 31 |
| Octal | 242 | 131 | 173 | 0 | 55 | 30 | 44 | 514 | 35 | 61 |
| Binary | 10100010 | 1011001 | 1111011 | 0 | 101101 | 11000 | 100100 | 101001100 | 11101 | 110001 |
Color Harmonies of #A2597B
Complementary color
Monochromatic Colors of #A2597B
Black with #A2597B
Text Example
Text Example
White with #A2597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2597B; }
p { color: rgb(162,89,123); }
H1.HeaderClassName
{
color: #A2597B;
}
.AnyTagClassName
{
color: #A2597B;
}
</style>
background-color css
<style>
a { background-color: #A2597B; }
a { background-color: rgb(162,89,123); }
div.DivClassName
{
background-color: #A2597B;
}
.BgClassName
{
background-color: #A2597B;
}
</style>
border-color css
<style>
span { border-color: #A2597B; }
span { border-color: rgb(162,89,123); }
td.TdClassName
{
border-color: #A2597B;
}
.TagClassName
{
border-color: #A2597B;
}
</style>