Shades of Strikemaster #A4518B
Tints of Strikemaster #A4518B
RGB
CMYK
RGB Variations
Color information
#A4518B (or 0xA4518B) is known color: Strikemaster. HEX triplet: A4, 51 and 8B. RGB value is (164,81,139). Sum of RGB (Red+Green+Blue) = 164+81+139=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A4518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4518B is #5BAE74. Grayscale: #707070. Windows color (decimal): -6008437 or 9130404. OLE color: 9130404.
HSL color Cylindrical-coordinate representation of color #A4518B: hue angle of 318.07º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4518B is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 81 | 139 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.36 |
| HSL | 318.07º | 0.34% | 0.48% | - |
| HSV(B) | 318.07º | 0.51% | 0.64% | - |
| XYZ | 22.91 | 15.64 | 26.24 | - |
| YUV | 112.43 | 143 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 139 | 0 | 0.51 | 0.15 | 0.36 | 318.07 | 0.34 | 0.48 |
| Hex | A4 | 51 | 8B | 0 | 33 | F | 24 | 13E | 22 | 30 |
| Octal | 244 | 121 | 213 | 0 | 63 | 17 | 44 | 476 | 42 | 60 |
| Binary | 10100100 | 1010001 | 10001011 | 0 | 110011 | 1111 | 100100 | 100111110 | 100010 | 110000 |
Color Harmonies of #A4518B
Complementary color
Monochromatic Colors of #A4518B
Black with #A4518B
Text Example
Text Example
White with #A4518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4518B; }
p { color: rgb(164,81,139); }
H1.HeaderClassName
{
color: #A4518B;
}
.AnyTagClassName
{
color: #A4518B;
}
</style>
background-color css
<style>
a { background-color: #A4518B; }
a { background-color: rgb(164,81,139); }
div.DivClassName
{
background-color: #A4518B;
}
.BgClassName
{
background-color: #A4518B;
}
</style>
border-color css
<style>
span { border-color: #A4518B; }
span { border-color: rgb(164,81,139); }
td.TdClassName
{
border-color: #A4518B;
}
.TagClassName
{
border-color: #A4518B;
}
</style>