Shades of Strikemaster #A45D8E
Tints of Strikemaster #A45D8E
RGB
CMYK
RGB Variations
Color information
#A45D8E (or 0xA45D8E) is known color: Strikemaster. HEX triplet: A4, 5D and 8E. RGB value is (164,93,142). Sum of RGB (Red+Green+Blue) = 164+93+142=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45D8E is #5BA271. Grayscale: #777777. Windows color (decimal): -6005362 or 9330084. OLE color: 9330084.
HSL color Cylindrical-coordinate representation of color #A45D8E: hue angle of 318.59º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A45D8E is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 93 | 142 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.36 |
| HSL | 318.59º | 0.28% | 0.5% | - |
| HSV(B) | 318.59º | 0.43% | 0.64% | - |
| XYZ | 24.11 | 17.67 | 27.73 | - |
| YUV | 119.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 142 | 0 | 0.43 | 0.13 | 0.36 | 318.59 | 0.28 | 0.5 |
| Hex | A4 | 5D | 8E | 0 | 2B | D | 24 | 13F | 1C | 32 |
| Octal | 244 | 135 | 216 | 0 | 53 | 15 | 44 | 477 | 34 | 62 |
| Binary | 10100100 | 1011101 | 10001110 | 0 | 101011 | 1101 | 100100 | 100111111 | 11100 | 110010 |
Color Harmonies of #A45D8E
Complementary color
Monochromatic Colors of #A45D8E
Black with #A45D8E
Text Example
Text Example
White with #A45D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45D8E; }
p { color: rgb(164,93,142); }
H1.HeaderClassName
{
color: #A45D8E;
}
.AnyTagClassName
{
color: #A45D8E;
}
</style>
background-color css
<style>
a { background-color: #A45D8E; }
a { background-color: rgb(164,93,142); }
div.DivClassName
{
background-color: #A45D8E;
}
.BgClassName
{
background-color: #A45D8E;
}
</style>
border-color css
<style>
span { border-color: #A45D8E; }
span { border-color: rgb(164,93,142); }
td.TdClassName
{
border-color: #A45D8E;
}
.TagClassName
{
border-color: #A45D8E;
}
</style>