Shades of Strikemaster #A2658B
Tints of Strikemaster #A2658B
RGB
CMYK
RGB Variations
Color information
#A2658B (or 0xA2658B) is known color: Strikemaster. HEX triplet: A2, 65 and 8B. RGB value is (162,101,139). Sum of RGB (Red+Green+Blue) = 162+101+139=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A2658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2658B is #5D9A74. Grayscale: #7B7B7B. Windows color (decimal): -6134389 or 9135522. OLE color: 9135522.
HSL color Cylindrical-coordinate representation of color #A2658B: hue angle of 322.62º 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 #A2658B is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 101 | 139 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.36 |
| HSL | 322.62º | 0.25% | 0.52% | - |
| HSV(B) | 322.62º | 0.38% | 0.64% | - |
| XYZ | 24.21 | 18.85 | 26.79 | - |
| YUV | 123.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 139 | 0 | 0.38 | 0.14 | 0.36 | 322.62 | 0.25 | 0.52 |
| Hex | A2 | 65 | 8B | 0 | 26 | E | 24 | 143 | 19 | 34 |
| Octal | 242 | 145 | 213 | 0 | 46 | 16 | 44 | 503 | 31 | 64 |
| Binary | 10100010 | 1100101 | 10001011 | 0 | 100110 | 1110 | 100100 | 101000011 | 11001 | 110100 |
Color Harmonies of #A2658B
Complementary color
Monochromatic Colors of #A2658B
Black with #A2658B
Text Example
Text Example
White with #A2658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2658B; }
p { color: rgb(162,101,139); }
H1.HeaderClassName
{
color: #A2658B;
}
.AnyTagClassName
{
color: #A2658B;
}
</style>
background-color css
<style>
a { background-color: #A2658B; }
a { background-color: rgb(162,101,139); }
div.DivClassName
{
background-color: #A2658B;
}
.BgClassName
{
background-color: #A2658B;
}
</style>
border-color css
<style>
span { border-color: #A2658B; }
span { border-color: rgb(162,101,139); }
td.TdClassName
{
border-color: #A2658B;
}
.TagClassName
{
border-color: #A2658B;
}
</style>