Shades of Strikemaster #A55C83
Tints of Strikemaster #A55C83
RGB
CMYK
RGB Variations
Color information
#A55C83 (or 0xA55C83) is known color: Strikemaster. HEX triplet: A5, 5C and 83. RGB value is (165,92,131). Sum of RGB (Red+Green+Blue) = 165+92+131=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55C83 is #5AA37C. Grayscale: #767676. Windows color (decimal): -5940093 or 8608933. OLE color: 8608933.
HSL color Cylindrical-coordinate representation of color #A55C83: hue angle of 327.95º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A55C83 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 92 | 131 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.35 |
| HSL | 327.95º | 0.29% | 0.5% | - |
| HSV(B) | 327.95º | 0.44% | 0.65% | - |
| XYZ | 23.44 | 17.29 | 23.58 | - |
| YUV | 118.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 131 | 0 | 0.44 | 0.21 | 0.35 | 327.95 | 0.29 | 0.5 |
| Hex | A5 | 5C | 83 | 0 | 2C | 15 | 23 | 148 | 1D | 32 |
| Octal | 245 | 134 | 203 | 0 | 54 | 25 | 43 | 510 | 35 | 62 |
| Binary | 10100101 | 1011100 | 10000011 | 0 | 101100 | 10101 | 100011 | 101001000 | 11101 | 110010 |
Color Harmonies of #A55C83
Complementary color
Monochromatic Colors of #A55C83
Black with #A55C83
Text Example
Text Example
White with #A55C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55C83; }
p { color: rgb(165,92,131); }
H1.HeaderClassName
{
color: #A55C83;
}
.AnyTagClassName
{
color: #A55C83;
}
</style>
background-color css
<style>
a { background-color: #A55C83; }
a { background-color: rgb(165,92,131); }
div.DivClassName
{
background-color: #A55C83;
}
.BgClassName
{
background-color: #A55C83;
}
</style>
border-color css
<style>
span { border-color: #A55C83; }
span { border-color: rgb(165,92,131); }
td.TdClassName
{
border-color: #A55C83;
}
.TagClassName
{
border-color: #A55C83;
}
</style>