Shades of Strikemaster #A15284
Tints of Strikemaster #A15284
RGB
CMYK
RGB Variations
Color information
#A15284 (or 0xA15284) is known color: Strikemaster. HEX triplet: A1, 52 and 84. RGB value is (161,82,132). Sum of RGB (Red+Green+Blue) = 161+82+132=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A15284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15284 is #5EAD7B. Grayscale: #6F6F6F. Windows color (decimal): -6204796 or 8671905. OLE color: 8671905.
HSL color Cylindrical-coordinate representation of color #A15284: hue angle of 322.03º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A15284 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 82 | 132 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.37 |
| HSL | 322.03º | 0.33% | 0.48% | - |
| HSV(B) | 322.03º | 0.49% | 0.63% | - |
| XYZ | 21.88 | 15.28 | 23.63 | - |
| YUV | 111.32 | 139.67 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 132 | 0 | 0.49 | 0.18 | 0.37 | 322.03 | 0.33 | 0.48 |
| Hex | A1 | 52 | 84 | 0 | 31 | 12 | 25 | 142 | 21 | 30 |
| Octal | 241 | 122 | 204 | 0 | 61 | 22 | 45 | 502 | 41 | 60 |
| Binary | 10100001 | 1010010 | 10000100 | 0 | 110001 | 10010 | 100101 | 101000010 | 100001 | 110000 |
Color Harmonies of #A15284
Complementary color
Monochromatic Colors of #A15284
Black with #A15284
Text Example
Text Example
White with #A15284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15284; }
p { color: rgb(161,82,132); }
H1.HeaderClassName
{
color: #A15284;
}
.AnyTagClassName
{
color: #A15284;
}
</style>
background-color css
<style>
a { background-color: #A15284; }
a { background-color: rgb(161,82,132); }
div.DivClassName
{
background-color: #A15284;
}
.BgClassName
{
background-color: #A15284;
}
</style>
border-color css
<style>
span { border-color: #A15284; }
span { border-color: rgb(161,82,132); }
td.TdClassName
{
border-color: #A15284;
}
.TagClassName
{
border-color: #A15284;
}
</style>