Shades of Strikemaster #A45F8E
Tints of Strikemaster #A45F8E
RGB
CMYK
RGB Variations
Color information
#A45F8E (or 0xA45F8E) is known color: Strikemaster. HEX triplet: A4, 5F and 8E. RGB value is (164,95,142). Sum of RGB (Red+Green+Blue) = 164+95+142=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45F8E is #5BA071. Grayscale: #787878. Windows color (decimal): -6004850 or 9330596. OLE color: 9330596.
HSL color Cylindrical-coordinate representation of color #A45F8E: hue angle of 319.13º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A45F8E is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 95 | 142 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.36 |
| HSL | 319.13º | 0.27% | 0.51% | - |
| HSV(B) | 319.13º | 0.42% | 0.64% | - |
| XYZ | 24.28 | 18.03 | 27.79 | - |
| YUV | 120.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 142 | 0 | 0.42 | 0.13 | 0.36 | 319.13 | 0.27 | 0.51 |
| Hex | A4 | 5F | 8E | 0 | 2A | D | 24 | 13F | 1B | 33 |
| Octal | 244 | 137 | 216 | 0 | 52 | 15 | 44 | 477 | 33 | 63 |
| Binary | 10100100 | 1011111 | 10001110 | 0 | 101010 | 1101 | 100100 | 100111111 | 11011 | 110011 |
Color Harmonies of #A45F8E
Complementary color
Monochromatic Colors of #A45F8E
Black with #A45F8E
Text Example
Text Example
White with #A45F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45F8E; }
p { color: rgb(164,95,142); }
H1.HeaderClassName
{
color: #A45F8E;
}
.AnyTagClassName
{
color: #A45F8E;
}
</style>
background-color css
<style>
a { background-color: #A45F8E; }
a { background-color: rgb(164,95,142); }
div.DivClassName
{
background-color: #A45F8E;
}
.BgClassName
{
background-color: #A45F8E;
}
</style>
border-color css
<style>
span { border-color: #A45F8E; }
span { border-color: rgb(164,95,142); }
td.TdClassName
{
border-color: #A45F8E;
}
.TagClassName
{
border-color: #A45F8E;
}
</style>