Shades of Strikemaster #A15085
Tints of Strikemaster #A15085
RGB
CMYK
RGB Variations
Color information
#A15085 (or 0xA15085) is known color: Strikemaster. HEX triplet: A1, 50 and 85. RGB value is (161,80,133). Sum of RGB (Red+Green+Blue) = 161+80+133=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A15085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15085 is #5EAF7A. Grayscale: #6E6E6E. Windows color (decimal): -6205307 or 8736929. OLE color: 8736929.
HSL color Cylindrical-coordinate representation of color #A15085: hue angle of 320.74º degrees, saturation: 0.34, 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 #A15085 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 133 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.37 |
| HSL | 320.74º | 0.34% | 0.47% | - |
| HSV(B) | 320.74º | 0.5% | 0.63% | - |
| XYZ | 21.8 | 15.01 | 23.94 | - |
| YUV | 110.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 133 | 0 | 0.50 | 0.17 | 0.37 | 320.74 | 0.34 | 0.47 |
| Hex | A1 | 50 | 85 | 0 | 32 | 11 | 25 | 141 | 22 | 2F |
| Octal | 241 | 120 | 205 | 0 | 62 | 21 | 45 | 501 | 42 | 57 |
| Binary | 10100001 | 1010000 | 10000101 | 0 | 110010 | 10001 | 100101 | 101000001 | 100010 | 101111 |
Color Harmonies of #A15085
Complementary color
Monochromatic Colors of #A15085
Black with #A15085
Text Example
Text Example
White with #A15085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15085; }
p { color: rgb(161,80,133); }
H1.HeaderClassName
{
color: #A15085;
}
.AnyTagClassName
{
color: #A15085;
}
</style>
background-color css
<style>
a { background-color: #A15085; }
a { background-color: rgb(161,80,133); }
div.DivClassName
{
background-color: #A15085;
}
.BgClassName
{
background-color: #A15085;
}
</style>
border-color css
<style>
span { border-color: #A15085; }
span { border-color: rgb(161,80,133); }
td.TdClassName
{
border-color: #A15085;
}
.TagClassName
{
border-color: #A15085;
}
</style>