Shades of Strikemaster #A55A8B
Tints of Strikemaster #A55A8B
RGB
CMYK
RGB Variations
Color information
#A55A8B (or 0xA55A8B) is known color: Strikemaster. HEX triplet: A5, 5A and 8B. RGB value is (165,90,139). Sum of RGB (Red+Green+Blue) = 165+90+139=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55A8B is #5AA574. Grayscale: #757575. Windows color (decimal): -5940597 or 9132709. OLE color: 9132709.
HSL color Cylindrical-coordinate representation of color #A55A8B: hue angle of 320.8º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A55A8B is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 90 | 139 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.35 |
| HSL | 320.8º | 0.29% | 0.5% | - |
| HSV(B) | 320.8º | 0.45% | 0.65% | - |
| XYZ | 23.83 | 17.18 | 26.49 | - |
| YUV | 118.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 139 | 0 | 0.45 | 0.16 | 0.35 | 320.8 | 0.29 | 0.5 |
| Hex | A5 | 5A | 8B | 0 | 2D | 10 | 23 | 141 | 1D | 32 |
| Octal | 245 | 132 | 213 | 0 | 55 | 20 | 43 | 501 | 35 | 62 |
| Binary | 10100101 | 1011010 | 10001011 | 0 | 101101 | 10000 | 100011 | 101000001 | 11101 | 110010 |
Color Harmonies of #A55A8B
Complementary color
Monochromatic Colors of #A55A8B
Black with #A55A8B
Text Example
Text Example
White with #A55A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55A8B; }
p { color: rgb(165,90,139); }
H1.HeaderClassName
{
color: #A55A8B;
}
.AnyTagClassName
{
color: #A55A8B;
}
</style>
background-color css
<style>
a { background-color: #A55A8B; }
a { background-color: rgb(165,90,139); }
div.DivClassName
{
background-color: #A55A8B;
}
.BgClassName
{
background-color: #A55A8B;
}
</style>
border-color css
<style>
span { border-color: #A55A8B; }
span { border-color: rgb(165,90,139); }
td.TdClassName
{
border-color: #A55A8B;
}
.TagClassName
{
border-color: #A55A8B;
}
</style>