Shades of Strikemaster #A0618E
Tints of Strikemaster #A0618E
RGB
CMYK
RGB Variations
Color information
#A0618E (or 0xA0618E) is known color: Strikemaster. HEX triplet: A0, 61 and 8E. RGB value is (160,97,142). Sum of RGB (Red+Green+Blue) = 160+97+142=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A0618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0618E is #5F9E71. Grayscale: #787878. Windows color (decimal): -6266482 or 9331104. OLE color: 9331104.
HSL color Cylindrical-coordinate representation of color #A0618E: hue angle of 317.14º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0618E is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 142 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.37 |
| HSL | 317.14º | 0.25% | 0.5% | - |
| HSV(B) | 317.14º | 0.39% | 0.63% | - |
| XYZ | 23.65 | 17.98 | 27.81 | - |
| YUV | 120.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 142 | 0 | 0.39 | 0.11 | 0.37 | 317.14 | 0.25 | 0.5 |
| Hex | A0 | 61 | 8E | 0 | 27 | B | 25 | 13D | 19 | 32 |
| Octal | 240 | 141 | 216 | 0 | 47 | 13 | 45 | 475 | 31 | 62 |
| Binary | 10100000 | 1100001 | 10001110 | 0 | 100111 | 1011 | 100101 | 100111101 | 11001 | 110010 |
Color Harmonies of #A0618E
Complementary color
Monochromatic Colors of #A0618E
Black with #A0618E
Text Example
Text Example
White with #A0618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0618E; }
p { color: rgb(160,97,142); }
H1.HeaderClassName
{
color: #A0618E;
}
.AnyTagClassName
{
color: #A0618E;
}
</style>
background-color css
<style>
a { background-color: #A0618E; }
a { background-color: rgb(160,97,142); }
div.DivClassName
{
background-color: #A0618E;
}
.BgClassName
{
background-color: #A0618E;
}
</style>
border-color css
<style>
span { border-color: #A0618E; }
span { border-color: rgb(160,97,142); }
td.TdClassName
{
border-color: #A0618E;
}
.TagClassName
{
border-color: #A0618E;
}
</style>