Shades of Strikemaster #A14C85
Tints of Strikemaster #A14C85
RGB
CMYK
RGB Variations
Color information
#A14C85 (or 0xA14C85) is known color: Strikemaster. HEX triplet: A1, 4C and 85. RGB value is (161,76,133). Sum of RGB (Red+Green+Blue) = 161+76+133=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14C85 is #5EB37A. Grayscale: #6B6B6B. Windows color (decimal): -6206331 or 8735905. OLE color: 8735905.
HSL color Cylindrical-coordinate representation of color #A14C85: hue angle of 319.76º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14C85 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 133 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.37 |
| HSL | 319.76º | 0.36% | 0.46% | - |
| HSV(B) | 319.76º | 0.53% | 0.63% | - |
| XYZ | 21.52 | 14.44 | 23.84 | - |
| YUV | 107.91 | 142.16 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 133 | 0 | 0.53 | 0.17 | 0.37 | 319.76 | 0.36 | 0.46 |
| Hex | A1 | 4C | 85 | 0 | 35 | 11 | 25 | 140 | 24 | 2E |
| Octal | 241 | 114 | 205 | 0 | 65 | 21 | 45 | 500 | 44 | 56 |
| Binary | 10100001 | 1001100 | 10000101 | 0 | 110101 | 10001 | 100101 | 101000000 | 100100 | 101110 |
Color Harmonies of #A14C85
Complementary color
Monochromatic Colors of #A14C85
Black with #A14C85
Text Example
Text Example
White with #A14C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C85; }
p { color: rgb(161,76,133); }
H1.HeaderClassName
{
color: #A14C85;
}
.AnyTagClassName
{
color: #A14C85;
}
</style>
background-color css
<style>
a { background-color: #A14C85; }
a { background-color: rgb(161,76,133); }
div.DivClassName
{
background-color: #A14C85;
}
.BgClassName
{
background-color: #A14C85;
}
</style>
border-color css
<style>
span { border-color: #A14C85; }
span { border-color: rgb(161,76,133); }
td.TdClassName
{
border-color: #A14C85;
}
.TagClassName
{
border-color: #A14C85;
}
</style>