Shades of Strikemaster #A0518A
Tints of Strikemaster #A0518A
RGB
CMYK
RGB Variations
Color information
#A0518A (or 0xA0518A) is known color: Strikemaster. HEX triplet: A0, 51 and 8A. RGB value is (160,81,138). Sum of RGB (Red+Green+Blue) = 160+81+138=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A0518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0518A is #5FAE75. Grayscale: #6E6E6E. Windows color (decimal): -6270582 or 9064864. OLE color: 9064864.
HSL color Cylindrical-coordinate representation of color #A0518A: hue angle of 316.71º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0518A is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 81 | 138 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.37 |
| HSL | 316.71º | 0.33% | 0.47% | - |
| HSV(B) | 316.71º | 0.49% | 0.63% | - |
| XYZ | 22.03 | 15.19 | 25.82 | - |
| YUV | 111.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 138 | 0 | 0.49 | 0.14 | 0.37 | 316.71 | 0.33 | 0.47 |
| Hex | A0 | 51 | 8A | 0 | 31 | E | 25 | 13D | 21 | 2F |
| Octal | 240 | 121 | 212 | 0 | 61 | 16 | 45 | 475 | 41 | 57 |
| Binary | 10100000 | 1010001 | 10001010 | 0 | 110001 | 1110 | 100101 | 100111101 | 100001 | 101111 |
Color Harmonies of #A0518A
Complementary color
Monochromatic Colors of #A0518A
Black with #A0518A
Text Example
Text Example
White with #A0518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0518A; }
p { color: rgb(160,81,138); }
H1.HeaderClassName
{
color: #A0518A;
}
.AnyTagClassName
{
color: #A0518A;
}
</style>
background-color css
<style>
a { background-color: #A0518A; }
a { background-color: rgb(160,81,138); }
div.DivClassName
{
background-color: #A0518A;
}
.BgClassName
{
background-color: #A0518A;
}
</style>
border-color css
<style>
span { border-color: #A0518A; }
span { border-color: rgb(160,81,138); }
td.TdClassName
{
border-color: #A0518A;
}
.TagClassName
{
border-color: #A0518A;
}
</style>