Shades of Strikemaster #A04C81
Tints of Strikemaster #A04C81
RGB
CMYK
RGB Variations
Color information
#A04C81 (or 0xA04C81) is known color: Strikemaster. HEX triplet: A0, 4C and 81. RGB value is (160,76,129). Sum of RGB (Red+Green+Blue) = 160+76+129=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04C81 is #5FB37E. Grayscale: #6B6B6B. Windows color (decimal): -6271871 or 8473760. OLE color: 8473760.
HSL color Cylindrical-coordinate representation of color #A04C81: hue angle of 322.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 #A04C81 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 129 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.37 |
| HSL | 322.14º | 0.36% | 0.46% | - |
| HSV(B) | 322.14º | 0.53% | 0.63% | - |
| XYZ | 21.04 | 14.23 | 22.41 | - |
| YUV | 107.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 129 | 0 | 0.52 | 0.19 | 0.37 | 322.14 | 0.36 | 0.46 |
| Hex | A0 | 4C | 81 | 0 | 34 | 13 | 25 | 142 | 24 | 2E |
| Octal | 240 | 114 | 201 | 0 | 64 | 23 | 45 | 502 | 44 | 56 |
| Binary | 10100000 | 1001100 | 10000001 | 0 | 110100 | 10011 | 100101 | 101000010 | 100100 | 101110 |
Color Harmonies of #A04C81
Complementary color
Monochromatic Colors of #A04C81
Black with #A04C81
Text Example
Text Example
White with #A04C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C81; }
p { color: rgb(160,76,129); }
H1.HeaderClassName
{
color: #A04C81;
}
.AnyTagClassName
{
color: #A04C81;
}
</style>
background-color css
<style>
a { background-color: #A04C81; }
a { background-color: rgb(160,76,129); }
div.DivClassName
{
background-color: #A04C81;
}
.BgClassName
{
background-color: #A04C81;
}
</style>
border-color css
<style>
span { border-color: #A04C81; }
span { border-color: rgb(160,76,129); }
td.TdClassName
{
border-color: #A04C81;
}
.TagClassName
{
border-color: #A04C81;
}
</style>