Shades of Strikemaster #A55E7B
Tints of Strikemaster #A55E7B
RGB
CMYK
RGB Variations
Color information
#A55E7B (or 0xA55E7B) is known color: Strikemaster. HEX triplet: A5, 5E and 7B. RGB value is (165,94,123). Sum of RGB (Red+Green+Blue) = 165+94+123=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E7B is #5AA184. Grayscale: #767676. Windows color (decimal): -5939589 or 8085157. OLE color: 8085157.
HSL color Cylindrical-coordinate representation of color #A55E7B: hue angle of 335.49º 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 #A55E7B is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 94 | 123 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.35 |
| HSL | 335.49º | 0.28% | 0.51% | - |
| HSV(B) | 335.49º | 0.43% | 0.65% | - |
| XYZ | 23.09 | 17.43 | 20.89 | - |
| YUV | 118.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 123 | 0 | 0.43 | 0.25 | 0.35 | 335.49 | 0.28 | 0.51 |
| Hex | A5 | 5E | 7B | 0 | 2B | 19 | 23 | 14F | 1C | 33 |
| Octal | 245 | 136 | 173 | 0 | 53 | 31 | 43 | 517 | 34 | 63 |
| Binary | 10100101 | 1011110 | 1111011 | 0 | 101011 | 11001 | 100011 | 101001111 | 11100 | 110011 |
Color Harmonies of #A55E7B
Complementary color
Monochromatic Colors of #A55E7B
Black with #A55E7B
Text Example
Text Example
White with #A55E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55E7B; }
p { color: rgb(165,94,123); }
H1.HeaderClassName
{
color: #A55E7B;
}
.AnyTagClassName
{
color: #A55E7B;
}
</style>
background-color css
<style>
a { background-color: #A55E7B; }
a { background-color: rgb(165,94,123); }
div.DivClassName
{
background-color: #A55E7B;
}
.BgClassName
{
background-color: #A55E7B;
}
</style>
border-color css
<style>
span { border-color: #A55E7B; }
span { border-color: rgb(165,94,123); }
td.TdClassName
{
border-color: #A55E7B;
}
.TagClassName
{
border-color: #A55E7B;
}
</style>