Shades of Strikemaster #A04F81
Tints of Strikemaster #A04F81
RGB
CMYK
RGB Variations
Color information
#A04F81 (or 0xA04F81) is known color: Strikemaster. HEX triplet: A0, 4F and 81. RGB value is (160,79,129). Sum of RGB (Red+Green+Blue) = 160+79+129=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04F81 is #5FB07E. Grayscale: #6C6C6C. Windows color (decimal): -6271103 or 8474528. OLE color: 8474528.
HSL color Cylindrical-coordinate representation of color #A04F81: hue angle of 322.96º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04F81 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 129 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.37 |
| HSL | 322.96º | 0.34% | 0.47% | - |
| HSV(B) | 322.96º | 0.51% | 0.63% | - |
| XYZ | 21.26 | 14.65 | 22.48 | - |
| YUV | 108.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 129 | 0 | 0.51 | 0.19 | 0.37 | 322.96 | 0.34 | 0.47 |
| Hex | A0 | 4F | 81 | 0 | 33 | 13 | 25 | 143 | 22 | 2F |
| Octal | 240 | 117 | 201 | 0 | 63 | 23 | 45 | 503 | 42 | 57 |
| Binary | 10100000 | 1001111 | 10000001 | 0 | 110011 | 10011 | 100101 | 101000011 | 100010 | 101111 |
Color Harmonies of #A04F81
Complementary color
Monochromatic Colors of #A04F81
Black with #A04F81
Text Example
Text Example
White with #A04F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F81; }
p { color: rgb(160,79,129); }
H1.HeaderClassName
{
color: #A04F81;
}
.AnyTagClassName
{
color: #A04F81;
}
</style>
background-color css
<style>
a { background-color: #A04F81; }
a { background-color: rgb(160,79,129); }
div.DivClassName
{
background-color: #A04F81;
}
.BgClassName
{
background-color: #A04F81;
}
</style>
border-color css
<style>
span { border-color: #A04F81; }
span { border-color: rgb(160,79,129); }
td.TdClassName
{
border-color: #A04F81;
}
.TagClassName
{
border-color: #A04F81;
}
</style>