Shades of Strikemaster #A55488
Tints of Strikemaster #A55488
RGB
CMYK
RGB Variations
Color information
#A55488 (or 0xA55488) is known color: Strikemaster. HEX triplet: A5, 54 and 88. RGB value is (165,84,136). Sum of RGB (Red+Green+Blue) = 165+84+136=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A55488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55488 is #5AAB77. Grayscale: #727272. Windows color (decimal): -5942136 or 8934565. OLE color: 8934565.
HSL color Cylindrical-coordinate representation of color #A55488: hue angle of 321.48º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A55488 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 84 | 136 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.35 |
| HSL | 321.48º | 0.33% | 0.49% | - |
| HSV(B) | 321.48º | 0.49% | 0.65% | - |
| XYZ | 23.13 | 16.12 | 25.18 | - |
| YUV | 114.15 | 140.34 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 136 | 0 | 0.49 | 0.18 | 0.35 | 321.48 | 0.33 | 0.49 |
| Hex | A5 | 54 | 88 | 0 | 31 | 12 | 23 | 141 | 21 | 31 |
| Octal | 245 | 124 | 210 | 0 | 61 | 22 | 43 | 501 | 41 | 61 |
| Binary | 10100101 | 1010100 | 10001000 | 0 | 110001 | 10010 | 100011 | 101000001 | 100001 | 110001 |
Color Harmonies of #A55488
Complementary color
Monochromatic Colors of #A55488
Black with #A55488
Text Example
Text Example
White with #A55488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55488; }
p { color: rgb(165,84,136); }
H1.HeaderClassName
{
color: #A55488;
}
.AnyTagClassName
{
color: #A55488;
}
</style>
background-color css
<style>
a { background-color: #A55488; }
a { background-color: rgb(165,84,136); }
div.DivClassName
{
background-color: #A55488;
}
.BgClassName
{
background-color: #A55488;
}
</style>
border-color css
<style>
span { border-color: #A55488; }
span { border-color: rgb(165,84,136); }
td.TdClassName
{
border-color: #A55488;
}
.TagClassName
{
border-color: #A55488;
}
</style>