Shades of Strikemaster #A55C82
Tints of Strikemaster #A55C82
RGB
CMYK
RGB Variations
Color information
#A55C82 (or 0xA55C82) is known color: Strikemaster. HEX triplet: A5, 5C and 82. RGB value is (165,92,130). Sum of RGB (Red+Green+Blue) = 165+92+130=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55C82 is #5AA37D. Grayscale: #767676. Windows color (decimal): -5940094 or 8543397. OLE color: 8543397.
HSL color Cylindrical-coordinate representation of color #A55C82: hue angle of 328.77º 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 #A55C82 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 92 | 130 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.35 |
| HSL | 328.77º | 0.29% | 0.5% | - |
| HSV(B) | 328.77º | 0.44% | 0.65% | - |
| XYZ | 23.37 | 17.27 | 23.22 | - |
| YUV | 118.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 130 | 0 | 0.44 | 0.21 | 0.35 | 328.77 | 0.29 | 0.5 |
| Hex | A5 | 5C | 82 | 0 | 2C | 15 | 23 | 149 | 1D | 32 |
| Octal | 245 | 134 | 202 | 0 | 54 | 25 | 43 | 511 | 35 | 62 |
| Binary | 10100101 | 1011100 | 10000010 | 0 | 101100 | 10101 | 100011 | 101001001 | 11101 | 110010 |
Color Harmonies of #A55C82
Complementary color
Monochromatic Colors of #A55C82
Black with #A55C82
Text Example
Text Example
White with #A55C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55C82; }
p { color: rgb(165,92,130); }
H1.HeaderClassName
{
color: #A55C82;
}
.AnyTagClassName
{
color: #A55C82;
}
</style>
background-color css
<style>
a { background-color: #A55C82; }
a { background-color: rgb(165,92,130); }
div.DivClassName
{
background-color: #A55C82;
}
.BgClassName
{
background-color: #A55C82;
}
</style>
border-color css
<style>
span { border-color: #A55C82; }
span { border-color: rgb(165,92,130); }
td.TdClassName
{
border-color: #A55C82;
}
.TagClassName
{
border-color: #A55C82;
}
</style>