Shades of Strikemaster #A4588D
Tints of Strikemaster #A4588D
RGB
CMYK
RGB Variations
Color information
#A4588D (or 0xA4588D) is known color: Strikemaster. HEX triplet: A4, 58 and 8D. RGB value is (164,88,141). Sum of RGB (Red+Green+Blue) = 164+88+141=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A4588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4588D is #5BA772. Grayscale: #747474. Windows color (decimal): -6006643 or 9263268. OLE color: 9263268.
HSL color Cylindrical-coordinate representation of color #A4588D: hue angle of 318.16º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4588D is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 88 | 141 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.36 |
| HSL | 318.16º | 0.3% | 0.49% | - |
| HSV(B) | 318.16º | 0.46% | 0.64% | - |
| XYZ | 23.61 | 16.8 | 27.2 | - |
| YUV | 116.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 141 | 0 | 0.46 | 0.14 | 0.36 | 318.16 | 0.3 | 0.49 |
| Hex | A4 | 58 | 8D | 0 | 2E | E | 24 | 13E | 1E | 31 |
| Octal | 244 | 130 | 215 | 0 | 56 | 16 | 44 | 476 | 36 | 61 |
| Binary | 10100100 | 1011000 | 10001101 | 0 | 101110 | 1110 | 100100 | 100111110 | 11110 | 110001 |
Color Harmonies of #A4588D
Complementary color
Monochromatic Colors of #A4588D
Black with #A4588D
Text Example
Text Example
White with #A4588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4588D; }
p { color: rgb(164,88,141); }
H1.HeaderClassName
{
color: #A4588D;
}
.AnyTagClassName
{
color: #A4588D;
}
</style>
background-color css
<style>
a { background-color: #A4588D; }
a { background-color: rgb(164,88,141); }
div.DivClassName
{
background-color: #A4588D;
}
.BgClassName
{
background-color: #A4588D;
}
</style>
border-color css
<style>
span { border-color: #A4588D; }
span { border-color: rgb(164,88,141); }
td.TdClassName
{
border-color: #A4588D;
}
.TagClassName
{
border-color: #A4588D;
}
</style>