Shades of Strikemaster #A14F83
Tints of Strikemaster #A14F83
RGB
CMYK
RGB Variations
Color information
#A14F83 (or 0xA14F83) is known color: Strikemaster. HEX triplet: A1, 4F and 83. RGB value is (161,79,131). Sum of RGB (Red+Green+Blue) = 161+79+131=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14F83 is #5EB07C. Grayscale: #6D6D6D. Windows color (decimal): -6205565 or 8605601. OLE color: 8605601.
HSL color Cylindrical-coordinate representation of color #A14F83: hue angle of 321.95º 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 #A14F83 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 79 | 131 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.37 |
| HSL | 321.95º | 0.34% | 0.47% | - |
| HSV(B) | 321.95º | 0.51% | 0.63% | - |
| XYZ | 21.59 | 14.81 | 23.19 | - |
| YUV | 109.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 131 | 0 | 0.51 | 0.19 | 0.37 | 321.95 | 0.34 | 0.47 |
| Hex | A1 | 4F | 83 | 0 | 33 | 13 | 25 | 142 | 22 | 2F |
| Octal | 241 | 117 | 203 | 0 | 63 | 23 | 45 | 502 | 42 | 57 |
| Binary | 10100001 | 1001111 | 10000011 | 0 | 110011 | 10011 | 100101 | 101000010 | 100010 | 101111 |
Color Harmonies of #A14F83
Complementary color
Monochromatic Colors of #A14F83
Black with #A14F83
Text Example
Text Example
White with #A14F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14F83; }
p { color: rgb(161,79,131); }
H1.HeaderClassName
{
color: #A14F83;
}
.AnyTagClassName
{
color: #A14F83;
}
</style>
background-color css
<style>
a { background-color: #A14F83; }
a { background-color: rgb(161,79,131); }
div.DivClassName
{
background-color: #A14F83;
}
.BgClassName
{
background-color: #A14F83;
}
</style>
border-color css
<style>
span { border-color: #A14F83; }
span { border-color: rgb(161,79,131); }
td.TdClassName
{
border-color: #A14F83;
}
.TagClassName
{
border-color: #A14F83;
}
</style>