Shades of Strikemaster #A2658F
Tints of Strikemaster #A2658F
RGB
CMYK
RGB Variations
Color information
#A2658F (or 0xA2658F) is known color: Strikemaster. HEX triplet: A2, 65 and 8F. RGB value is (162,101,143). Sum of RGB (Red+Green+Blue) = 162+101+143=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A2658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2658F is #5D9A70. Grayscale: #7B7B7B. Windows color (decimal): -6134385 or 9397666. OLE color: 9397666.
HSL color Cylindrical-coordinate representation of color #A2658F: hue angle of 318.69º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2658F is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 101 | 143 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.36 |
| HSL | 318.69º | 0.25% | 0.52% | - |
| HSV(B) | 318.69º | 0.38% | 0.64% | - |
| XYZ | 24.51 | 18.97 | 28.36 | - |
| YUV | 124.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 143 | 0 | 0.38 | 0.12 | 0.36 | 318.69 | 0.25 | 0.52 |
| Hex | A2 | 65 | 8F | 0 | 26 | C | 24 | 13F | 19 | 34 |
| Octal | 242 | 145 | 217 | 0 | 46 | 14 | 44 | 477 | 31 | 64 |
| Binary | 10100010 | 1100101 | 10001111 | 0 | 100110 | 1100 | 100100 | 100111111 | 11001 | 110100 |
Color Harmonies of #A2658F
Complementary color
Monochromatic Colors of #A2658F
Black with #A2658F
Text Example
Text Example
White with #A2658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2658F; }
p { color: rgb(162,101,143); }
H1.HeaderClassName
{
color: #A2658F;
}
.AnyTagClassName
{
color: #A2658F;
}
</style>
background-color css
<style>
a { background-color: #A2658F; }
a { background-color: rgb(162,101,143); }
div.DivClassName
{
background-color: #A2658F;
}
.BgClassName
{
background-color: #A2658F;
}
</style>
border-color css
<style>
span { border-color: #A2658F; }
span { border-color: rgb(162,101,143); }
td.TdClassName
{
border-color: #A2658F;
}
.TagClassName
{
border-color: #A2658F;
}
</style>