Shades of Strikemaster #A04A83
Tints of Strikemaster #A04A83
RGB
CMYK
RGB Variations
Color information
#A04A83 (or 0xA04A83) is known color: Strikemaster. HEX triplet: A0, 4A and 83. RGB value is (160,74,131). Sum of RGB (Red+Green+Blue) = 160+74+131=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04A83 is #5FB57C. Grayscale: #6A6A6A. Windows color (decimal): -6272381 or 8604320. OLE color: 8604320.
HSL color Cylindrical-coordinate representation of color #A04A83: hue angle of 320.23º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04A83 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 131 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.37 |
| HSL | 320.23º | 0.37% | 0.46% | - |
| HSV(B) | 320.23º | 0.54% | 0.63% | - |
| XYZ | 21.04 | 14.01 | 23.07 | - |
| YUV | 106.21 | 141.99 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 131 | 0 | 0.54 | 0.18 | 0.37 | 320.23 | 0.37 | 0.46 |
| Hex | A0 | 4A | 83 | 0 | 36 | 12 | 25 | 140 | 25 | 2E |
| Octal | 240 | 112 | 203 | 0 | 66 | 22 | 45 | 500 | 45 | 56 |
| Binary | 10100000 | 1001010 | 10000011 | 0 | 110110 | 10010 | 100101 | 101000000 | 100101 | 101110 |
Color Harmonies of #A04A83
Complementary color
Monochromatic Colors of #A04A83
Black with #A04A83
Text Example
Text Example
White with #A04A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A83; }
p { color: rgb(160,74,131); }
H1.HeaderClassName
{
color: #A04A83;
}
.AnyTagClassName
{
color: #A04A83;
}
</style>
background-color css
<style>
a { background-color: #A04A83; }
a { background-color: rgb(160,74,131); }
div.DivClassName
{
background-color: #A04A83;
}
.BgClassName
{
background-color: #A04A83;
}
</style>
border-color css
<style>
span { border-color: #A04A83; }
span { border-color: rgb(160,74,131); }
td.TdClassName
{
border-color: #A04A83;
}
.TagClassName
{
border-color: #A04A83;
}
</style>