Shades of Strikemaster #A55E8F
Tints of Strikemaster #A55E8F
RGB
CMYK
RGB Variations
Color information
#A55E8F (or 0xA55E8F) is known color: Strikemaster. HEX triplet: A5, 5E and 8F. RGB value is (165,94,143). Sum of RGB (Red+Green+Blue) = 165+94+143=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55E8F is #5AA170. Grayscale: #787878. Windows color (decimal): -5939569 or 9395877. OLE color: 9395877.
HSL color Cylindrical-coordinate representation of color #A55E8F: hue angle of 318.59º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A55E8F is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 94 | 143 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.35 |
| HSL | 318.59º | 0.28% | 0.51% | - |
| HSV(B) | 318.59º | 0.43% | 0.65% | - |
| XYZ | 24.48 | 17.99 | 28.17 | - |
| YUV | 120.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 143 | 0 | 0.43 | 0.13 | 0.35 | 318.59 | 0.28 | 0.51 |
| Hex | A5 | 5E | 8F | 0 | 2B | D | 23 | 13F | 1C | 33 |
| Octal | 245 | 136 | 217 | 0 | 53 | 15 | 43 | 477 | 34 | 63 |
| Binary | 10100101 | 1011110 | 10001111 | 0 | 101011 | 1101 | 100011 | 100111111 | 11100 | 110011 |
Color Harmonies of #A55E8F
Complementary color
Monochromatic Colors of #A55E8F
Black with #A55E8F
Text Example
Text Example
White with #A55E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55E8F; }
p { color: rgb(165,94,143); }
H1.HeaderClassName
{
color: #A55E8F;
}
.AnyTagClassName
{
color: #A55E8F;
}
</style>
background-color css
<style>
a { background-color: #A55E8F; }
a { background-color: rgb(165,94,143); }
div.DivClassName
{
background-color: #A55E8F;
}
.BgClassName
{
background-color: #A55E8F;
}
</style>
border-color css
<style>
span { border-color: #A55E8F; }
span { border-color: rgb(165,94,143); }
td.TdClassName
{
border-color: #A55E8F;
}
.TagClassName
{
border-color: #A55E8F;
}
</style>