Shades of Strikemaster #A04C88
Tints of Strikemaster #A04C88
RGB
CMYK
RGB Variations
Color information
#A04C88 (or 0xA04C88) is known color: Strikemaster. HEX triplet: A0, 4C and 88. RGB value is (160,76,136). Sum of RGB (Red+Green+Blue) = 160+76+136=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04C88 is #5FB377. Grayscale: #6B6B6B. Windows color (decimal): -6271864 or 8932512. OLE color: 8932512.
HSL color Cylindrical-coordinate representation of color #A04C88: hue angle of 317.14º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04C88 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 136 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.37 |
| HSL | 317.14º | 0.36% | 0.46% | - |
| HSV(B) | 317.14º | 0.53% | 0.63% | - |
| XYZ | 21.53 | 14.42 | 24.94 | - |
| YUV | 107.96 | 143.83 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 136 | 0 | 0.52 | 0.15 | 0.37 | 317.14 | 0.36 | 0.46 |
| Hex | A0 | 4C | 88 | 0 | 34 | F | 25 | 13D | 24 | 2E |
| Octal | 240 | 114 | 210 | 0 | 64 | 17 | 45 | 475 | 44 | 56 |
| Binary | 10100000 | 1001100 | 10001000 | 0 | 110100 | 1111 | 100101 | 100111101 | 100100 | 101110 |
Color Harmonies of #A04C88
Complementary color
Monochromatic Colors of #A04C88
Black with #A04C88
Text Example
Text Example
White with #A04C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C88; }
p { color: rgb(160,76,136); }
H1.HeaderClassName
{
color: #A04C88;
}
.AnyTagClassName
{
color: #A04C88;
}
</style>
background-color css
<style>
a { background-color: #A04C88; }
a { background-color: rgb(160,76,136); }
div.DivClassName
{
background-color: #A04C88;
}
.BgClassName
{
background-color: #A04C88;
}
</style>
border-color css
<style>
span { border-color: #A04C88; }
span { border-color: rgb(160,76,136); }
td.TdClassName
{
border-color: #A04C88;
}
.TagClassName
{
border-color: #A04C88;
}
</style>