Shades of Strikemaster #A5588A
Tints of Strikemaster #A5588A
RGB
CMYK
RGB Variations
Color information
#A5588A (or 0xA5588A) is known color: Strikemaster. HEX triplet: A5, 58 and 8A. RGB value is (165,88,138). Sum of RGB (Red+Green+Blue) = 165+88+138=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5588A is #5AA775. Grayscale: #747474. Windows color (decimal): -5941110 or 9066661. OLE color: 9066661.
HSL color Cylindrical-coordinate representation of color #A5588A: hue angle of 321.04º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5588A is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 88 | 138 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.35 |
| HSL | 321.04º | 0.3% | 0.5% | - |
| HSV(B) | 321.04º | 0.47% | 0.65% | - |
| XYZ | 23.59 | 16.81 | 26.05 | - |
| YUV | 116.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 138 | 0 | 0.47 | 0.16 | 0.35 | 321.04 | 0.3 | 0.5 |
| Hex | A5 | 58 | 8A | 0 | 2F | 10 | 23 | 141 | 1E | 32 |
| Octal | 245 | 130 | 212 | 0 | 57 | 20 | 43 | 501 | 36 | 62 |
| Binary | 10100101 | 1011000 | 10001010 | 0 | 101111 | 10000 | 100011 | 101000001 | 11110 | 110010 |
Color Harmonies of #A5588A
Complementary color
Monochromatic Colors of #A5588A
Black with #A5588A
Text Example
Text Example
White with #A5588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5588A; }
p { color: rgb(165,88,138); }
H1.HeaderClassName
{
color: #A5588A;
}
.AnyTagClassName
{
color: #A5588A;
}
</style>
background-color css
<style>
a { background-color: #A5588A; }
a { background-color: rgb(165,88,138); }
div.DivClassName
{
background-color: #A5588A;
}
.BgClassName
{
background-color: #A5588A;
}
</style>
border-color css
<style>
span { border-color: #A5588A; }
span { border-color: rgb(165,88,138); }
td.TdClassName
{
border-color: #A5588A;
}
.TagClassName
{
border-color: #A5588A;
}
</style>