Shades of Strikemaster #A55D8E
Tints of Strikemaster #A55D8E
RGB
CMYK
RGB Variations
Color information
#A55D8E (or 0xA55D8E) is known color: Strikemaster. HEX triplet: A5, 5D and 8E. RGB value is (165,93,142). Sum of RGB (Red+Green+Blue) = 165+93+142=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55D8E is #5AA271. Grayscale: #777777. Windows color (decimal): -5939826 or 9330085. OLE color: 9330085.
HSL color Cylindrical-coordinate representation of color #A55D8E: hue angle of 319.17º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A55D8E is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 93 | 142 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.35 |
| HSL | 319.17º | 0.29% | 0.51% | - |
| HSV(B) | 319.17º | 0.44% | 0.65% | - |
| XYZ | 24.31 | 17.78 | 27.74 | - |
| YUV | 120.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 142 | 0 | 0.44 | 0.14 | 0.35 | 319.17 | 0.29 | 0.51 |
| Hex | A5 | 5D | 8E | 0 | 2C | E | 23 | 13F | 1D | 33 |
| Octal | 245 | 135 | 216 | 0 | 54 | 16 | 43 | 477 | 35 | 63 |
| Binary | 10100101 | 1011101 | 10001110 | 0 | 101100 | 1110 | 100011 | 100111111 | 11101 | 110011 |
Color Harmonies of #A55D8E
Complementary color
Monochromatic Colors of #A55D8E
Black with #A55D8E
Text Example
Text Example
White with #A55D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55D8E; }
p { color: rgb(165,93,142); }
H1.HeaderClassName
{
color: #A55D8E;
}
.AnyTagClassName
{
color: #A55D8E;
}
</style>
background-color css
<style>
a { background-color: #A55D8E; }
a { background-color: rgb(165,93,142); }
div.DivClassName
{
background-color: #A55D8E;
}
.BgClassName
{
background-color: #A55D8E;
}
</style>
border-color css
<style>
span { border-color: #A55D8E; }
span { border-color: rgb(165,93,142); }
td.TdClassName
{
border-color: #A55D8E;
}
.TagClassName
{
border-color: #A55D8E;
}
</style>