Shades of Strikemaster #A45A87
Tints of Strikemaster #A45A87
RGB
CMYK
RGB Variations
Color information
#A45A87 (or 0xA45A87) is known color: Strikemaster. HEX triplet: A4, 5A and 87. RGB value is (164,90,135). Sum of RGB (Red+Green+Blue) = 164+90+135=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45A87 is #5BA578. Grayscale: #757575. Windows color (decimal): -6006137 or 8870564. OLE color: 8870564.
HSL color Cylindrical-coordinate representation of color #A45A87: hue angle of 323.51º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45A87 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 135 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.36 |
| HSL | 323.51º | 0.29% | 0.5% | - |
| HSV(B) | 323.51º | 0.45% | 0.64% | - |
| XYZ | 23.34 | 16.95 | 24.96 | - |
| YUV | 117.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 135 | 0 | 0.45 | 0.18 | 0.36 | 323.51 | 0.29 | 0.5 |
| Hex | A4 | 5A | 87 | 0 | 2D | 12 | 24 | 144 | 1D | 32 |
| Octal | 244 | 132 | 207 | 0 | 55 | 22 | 44 | 504 | 35 | 62 |
| Binary | 10100100 | 1011010 | 10000111 | 0 | 101101 | 10010 | 100100 | 101000100 | 11101 | 110010 |
Color Harmonies of #A45A87
Complementary color
Monochromatic Colors of #A45A87
Black with #A45A87
Text Example
Text Example
White with #A45A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A87; }
p { color: rgb(164,90,135); }
H1.HeaderClassName
{
color: #A45A87;
}
.AnyTagClassName
{
color: #A45A87;
}
</style>
background-color css
<style>
a { background-color: #A45A87; }
a { background-color: rgb(164,90,135); }
div.DivClassName
{
background-color: #A45A87;
}
.BgClassName
{
background-color: #A45A87;
}
</style>
border-color css
<style>
span { border-color: #A45A87; }
span { border-color: rgb(164,90,135); }
td.TdClassName
{
border-color: #A45A87;
}
.TagClassName
{
border-color: #A45A87;
}
</style>