Shades of Strikemaster #A14B86
Tints of Strikemaster #A14B86
RGB
CMYK
RGB Variations
Color information
#A14B86 (or 0xA14B86) is known color: Strikemaster. HEX triplet: A1, 4B and 86. RGB value is (161,75,134). Sum of RGB (Red+Green+Blue) = 161+75+134=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14B86 is #5EB479. Grayscale: #6B6B6B. Windows color (decimal): -6206586 or 8801185. OLE color: 8801185.
HSL color Cylindrical-coordinate representation of color #A14B86: hue angle of 318.84º 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 #A14B86 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 75 | 134 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.37 |
| HSL | 318.84º | 0.36% | 0.46% | - |
| HSV(B) | 318.84º | 0.53% | 0.63% | - |
| XYZ | 21.52 | 14.33 | 24.19 | - |
| YUV | 107.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 134 | 0 | 0.53 | 0.17 | 0.37 | 318.84 | 0.36 | 0.46 |
| Hex | A1 | 4B | 86 | 0 | 35 | 11 | 25 | 13F | 24 | 2E |
| Octal | 241 | 113 | 206 | 0 | 65 | 21 | 45 | 477 | 44 | 56 |
| Binary | 10100001 | 1001011 | 10000110 | 0 | 110101 | 10001 | 100101 | 100111111 | 100100 | 101110 |
Color Harmonies of #A14B86
Complementary color
Monochromatic Colors of #A14B86
Black with #A14B86
Text Example
Text Example
White with #A14B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14B86; }
p { color: rgb(161,75,134); }
H1.HeaderClassName
{
color: #A14B86;
}
.AnyTagClassName
{
color: #A14B86;
}
</style>
background-color css
<style>
a { background-color: #A14B86; }
a { background-color: rgb(161,75,134); }
div.DivClassName
{
background-color: #A14B86;
}
.BgClassName
{
background-color: #A14B86;
}
</style>
border-color css
<style>
span { border-color: #A14B86; }
span { border-color: rgb(161,75,134); }
td.TdClassName
{
border-color: #A14B86;
}
.TagClassName
{
border-color: #A14B86;
}
</style>