Shades of Strikemaster #A15184
Tints of Strikemaster #A15184
RGB
CMYK
RGB Variations
Color information
#A15184 (or 0xA15184) is known color: Strikemaster. HEX triplet: A1, 51 and 84. RGB value is (161,81,132). Sum of RGB (Red+Green+Blue) = 161+81+132=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A15184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15184 is #5EAE7B. Grayscale: #6E6E6E. Windows color (decimal): -6205052 or 8671649. OLE color: 8671649.
HSL color Cylindrical-coordinate representation of color #A15184: hue angle of 321.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15184 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 132 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.37 |
| HSL | 321.75º | 0.33% | 0.47% | - |
| HSV(B) | 321.75º | 0.5% | 0.63% | - |
| XYZ | 21.81 | 15.13 | 23.6 | - |
| YUV | 110.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 132 | 0 | 0.50 | 0.18 | 0.37 | 321.75 | 0.33 | 0.47 |
| Hex | A1 | 51 | 84 | 0 | 32 | 12 | 25 | 142 | 21 | 2F |
| Octal | 241 | 121 | 204 | 0 | 62 | 22 | 45 | 502 | 41 | 57 |
| Binary | 10100001 | 1010001 | 10000100 | 0 | 110010 | 10010 | 100101 | 101000010 | 100001 | 101111 |
Color Harmonies of #A15184
Complementary color
Monochromatic Colors of #A15184
Black with #A15184
Text Example
Text Example
White with #A15184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15184; }
p { color: rgb(161,81,132); }
H1.HeaderClassName
{
color: #A15184;
}
.AnyTagClassName
{
color: #A15184;
}
</style>
background-color css
<style>
a { background-color: #A15184; }
a { background-color: rgb(161,81,132); }
div.DivClassName
{
background-color: #A15184;
}
.BgClassName
{
background-color: #A15184;
}
</style>
border-color css
<style>
span { border-color: #A15184; }
span { border-color: rgb(161,81,132); }
td.TdClassName
{
border-color: #A15184;
}
.TagClassName
{
border-color: #A15184;
}
</style>