Shades of Strikemaster #A05488
Tints of Strikemaster #A05488
RGB
CMYK
RGB Variations
Color information
#A05488 (or 0xA05488) is known color: Strikemaster. HEX triplet: A0, 54 and 88. RGB value is (160,84,136). Sum of RGB (Red+Green+Blue) = 160+84+136=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A05488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05488 is #5FAB77. Grayscale: #707070. Windows color (decimal): -6269816 or 8934560. OLE color: 8934560.
HSL color Cylindrical-coordinate representation of color #A05488: hue angle of 318.95º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A05488 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 84 | 136 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.37 |
| HSL | 318.95º | 0.31% | 0.48% | - |
| HSV(B) | 318.95º | 0.48% | 0.63% | - |
| XYZ | 22.11 | 15.59 | 25.14 | - |
| YUV | 112.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 84 | 136 | 0 | 0.48 | 0.15 | 0.37 | 318.95 | 0.31 | 0.48 |
| Hex | A0 | 54 | 88 | 0 | 30 | F | 25 | 13F | 1F | 30 |
| Octal | 240 | 124 | 210 | 0 | 60 | 17 | 45 | 477 | 37 | 60 |
| Binary | 10100000 | 1010100 | 10001000 | 0 | 110000 | 1111 | 100101 | 100111111 | 11111 | 110000 |
Color Harmonies of #A05488
Complementary color
Monochromatic Colors of #A05488
Black with #A05488
Text Example
Text Example
White with #A05488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05488; }
p { color: rgb(160,84,136); }
H1.HeaderClassName
{
color: #A05488;
}
.AnyTagClassName
{
color: #A05488;
}
</style>
background-color css
<style>
a { background-color: #A05488; }
a { background-color: rgb(160,84,136); }
div.DivClassName
{
background-color: #A05488;
}
.BgClassName
{
background-color: #A05488;
}
</style>
border-color css
<style>
span { border-color: #A05488; }
span { border-color: rgb(160,84,136); }
td.TdClassName
{
border-color: #A05488;
}
.TagClassName
{
border-color: #A05488;
}
</style>