Shades of Strikemaster #A0658F
Tints of Strikemaster #A0658F
RGB
CMYK
RGB Variations
Color information
#A0658F (or 0xA0658F) is known color: Strikemaster. HEX triplet: A0, 65 and 8F. RGB value is (160,101,143). Sum of RGB (Red+Green+Blue) = 160+101+143=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A0658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0658F is #5F9A70. Grayscale: #7B7B7B. Windows color (decimal): -6265457 or 9397664. OLE color: 9397664.
HSL color Cylindrical-coordinate representation of color #A0658F: hue angle of 317.29º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0658F is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 143 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.37 |
| HSL | 317.29º | 0.24% | 0.51% | - |
| HSV(B) | 317.29º | 0.37% | 0.63% | - |
| XYZ | 24.11 | 18.76 | 28.34 | - |
| YUV | 123.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 143 | 0 | 0.37 | 0.11 | 0.37 | 317.29 | 0.24 | 0.51 |
| Hex | A0 | 65 | 8F | 0 | 25 | B | 25 | 13D | 18 | 33 |
| Octal | 240 | 145 | 217 | 0 | 45 | 13 | 45 | 475 | 30 | 63 |
| Binary | 10100000 | 1100101 | 10001111 | 0 | 100101 | 1011 | 100101 | 100111101 | 11000 | 110011 |
Color Harmonies of #A0658F
Complementary color
Monochromatic Colors of #A0658F
Black with #A0658F
Text Example
Text Example
White with #A0658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0658F; }
p { color: rgb(160,101,143); }
H1.HeaderClassName
{
color: #A0658F;
}
.AnyTagClassName
{
color: #A0658F;
}
</style>
background-color css
<style>
a { background-color: #A0658F; }
a { background-color: rgb(160,101,143); }
div.DivClassName
{
background-color: #A0658F;
}
.BgClassName
{
background-color: #A0658F;
}
</style>
border-color css
<style>
span { border-color: #A0658F; }
span { border-color: rgb(160,101,143); }
td.TdClassName
{
border-color: #A0658F;
}
.TagClassName
{
border-color: #A0658F;
}
</style>