Shades of Strikemaster #A55781
Tints of Strikemaster #A55781
RGB
CMYK
RGB Variations
Color information
#A55781 (or 0xA55781) is known color: Strikemaster. HEX triplet: A5, 57 and 81. RGB value is (165,87,129). Sum of RGB (Red+Green+Blue) = 165+87+129=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A55781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55781 is #5AA87E. Grayscale: #737373. Windows color (decimal): -5941375 or 8476581. OLE color: 8476581.
HSL color Cylindrical-coordinate representation of color #A55781: hue angle of 327.69º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55781 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 87 | 129 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.35 |
| HSL | 327.69º | 0.31% | 0.49% | - |
| HSV(B) | 327.69º | 0.47% | 0.65% | - |
| XYZ | 22.89 | 16.4 | 22.73 | - |
| YUV | 115.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 129 | 0 | 0.47 | 0.22 | 0.35 | 327.69 | 0.31 | 0.49 |
| Hex | A5 | 57 | 81 | 0 | 2F | 16 | 23 | 148 | 1F | 31 |
| Octal | 245 | 127 | 201 | 0 | 57 | 26 | 43 | 510 | 37 | 61 |
| Binary | 10100101 | 1010111 | 10000001 | 0 | 101111 | 10110 | 100011 | 101001000 | 11111 | 110001 |
Color Harmonies of #A55781
Complementary color
Monochromatic Colors of #A55781
Black with #A55781
Text Example
Text Example
White with #A55781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55781; }
p { color: rgb(165,87,129); }
H1.HeaderClassName
{
color: #A55781;
}
.AnyTagClassName
{
color: #A55781;
}
</style>
background-color css
<style>
a { background-color: #A55781; }
a { background-color: rgb(165,87,129); }
div.DivClassName
{
background-color: #A55781;
}
.BgClassName
{
background-color: #A55781;
}
</style>
border-color css
<style>
span { border-color: #A55781; }
span { border-color: rgb(165,87,129); }
td.TdClassName
{
border-color: #A55781;
}
.TagClassName
{
border-color: #A55781;
}
</style>