Shades of Strikemaster #A0618F
Tints of Strikemaster #A0618F
RGB
CMYK
RGB Variations
Color information
#A0618F (or 0xA0618F) is known color: Strikemaster. HEX triplet: A0, 61 and 8F. RGB value is (160,97,143). Sum of RGB (Red+Green+Blue) = 160+97+143=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A0618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0618F is #5F9E70. Grayscale: #787878. Windows color (decimal): -6266481 or 9396640. OLE color: 9396640.
HSL color Cylindrical-coordinate representation of color #A0618F: hue angle of 316.19º 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 #A0618F is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 143 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.37 |
| HSL | 316.19º | 0.25% | 0.5% | - |
| HSV(B) | 316.19º | 0.39% | 0.63% | - |
| XYZ | 23.73 | 18.01 | 28.21 | - |
| YUV | 121.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 143 | 0 | 0.39 | 0.11 | 0.37 | 316.19 | 0.25 | 0.5 |
| Hex | A0 | 61 | 8F | 0 | 27 | B | 25 | 13C | 19 | 32 |
| Octal | 240 | 141 | 217 | 0 | 47 | 13 | 45 | 474 | 31 | 62 |
| Binary | 10100000 | 1100001 | 10001111 | 0 | 100111 | 1011 | 100101 | 100111100 | 11001 | 110010 |
Color Harmonies of #A0618F
Complementary color
Monochromatic Colors of #A0618F
Black with #A0618F
Text Example
Text Example
White with #A0618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0618F; }
p { color: rgb(160,97,143); }
H1.HeaderClassName
{
color: #A0618F;
}
.AnyTagClassName
{
color: #A0618F;
}
</style>
background-color css
<style>
a { background-color: #A0618F; }
a { background-color: rgb(160,97,143); }
div.DivClassName
{
background-color: #A0618F;
}
.BgClassName
{
background-color: #A0618F;
}
</style>
border-color css
<style>
span { border-color: #A0618F; }
span { border-color: rgb(160,97,143); }
td.TdClassName
{
border-color: #A0618F;
}
.TagClassName
{
border-color: #A0618F;
}
</style>