Shades of Strikemaster #A15B81
Tints of Strikemaster #A15B81
RGB
CMYK
RGB Variations
Color information
#A15B81 (or 0xA15B81) is known color: Strikemaster. HEX triplet: A1, 5B and 81. RGB value is (161,91,129). Sum of RGB (Red+Green+Blue) = 161+91+129=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15B81 is #5EA47E. Grayscale: #747474. Windows color (decimal): -6202495 or 8477601. OLE color: 8477601.
HSL color Cylindrical-coordinate representation of color #A15B81: hue angle of 327.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A15B81 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 91 | 129 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.37 |
| HSL | 327.43º | 0.28% | 0.49% | - |
| HSV(B) | 327.43º | 0.43% | 0.63% | - |
| XYZ | 22.4 | 16.64 | 22.8 | - |
| YUV | 116.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 91 | 129 | 0 | 0.43 | 0.20 | 0.37 | 327.43 | 0.28 | 0.49 |
| Hex | A1 | 5B | 81 | 0 | 2B | 14 | 25 | 147 | 1C | 31 |
| Octal | 241 | 133 | 201 | 0 | 53 | 24 | 45 | 507 | 34 | 61 |
| Binary | 10100001 | 1011011 | 10000001 | 0 | 101011 | 10100 | 100101 | 101000111 | 11100 | 110001 |
Color Harmonies of #A15B81
Complementary color
Monochromatic Colors of #A15B81
Black with #A15B81
Text Example
Text Example
White with #A15B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15B81; }
p { color: rgb(161,91,129); }
H1.HeaderClassName
{
color: #A15B81;
}
.AnyTagClassName
{
color: #A15B81;
}
</style>
background-color css
<style>
a { background-color: #A15B81; }
a { background-color: rgb(161,91,129); }
div.DivClassName
{
background-color: #A15B81;
}
.BgClassName
{
background-color: #A15B81;
}
</style>
border-color css
<style>
span { border-color: #A15B81; }
span { border-color: rgb(161,91,129); }
td.TdClassName
{
border-color: #A15B81;
}
.TagClassName
{
border-color: #A15B81;
}
</style>