Shades of Strikemaster #A15A7D
Tints of Strikemaster #A15A7D
RGB
CMYK
RGB Variations
Color information
#A15A7D (or 0xA15A7D) is known color: Strikemaster. HEX triplet: A1, 5A and 7D. RGB value is (161,90,125). Sum of RGB (Red+Green+Blue) = 161+90+125=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15A7D is #5EA582. Grayscale: #737373. Windows color (decimal): -6202755 or 8215201. OLE color: 8215201.
HSL color Cylindrical-coordinate representation of color #A15A7D: hue angle of 330.42º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A15A7D is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 90 | 125 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.37 |
| HSL | 330.42º | 0.28% | 0.49% | - |
| HSV(B) | 330.42º | 0.44% | 0.63% | - |
| XYZ | 22.06 | 16.37 | 21.4 | - |
| YUV | 115.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 125 | 0 | 0.44 | 0.22 | 0.37 | 330.42 | 0.28 | 0.49 |
| Hex | A1 | 5A | 7D | 0 | 2C | 16 | 25 | 14A | 1C | 31 |
| Octal | 241 | 132 | 175 | 0 | 54 | 26 | 45 | 512 | 34 | 61 |
| Binary | 10100001 | 1011010 | 1111101 | 0 | 101100 | 10110 | 100101 | 101001010 | 11100 | 110001 |
Color Harmonies of #A15A7D
Complementary color
Monochromatic Colors of #A15A7D
Black with #A15A7D
Text Example
Text Example
White with #A15A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15A7D; }
p { color: rgb(161,90,125); }
H1.HeaderClassName
{
color: #A15A7D;
}
.AnyTagClassName
{
color: #A15A7D;
}
</style>
background-color css
<style>
a { background-color: #A15A7D; }
a { background-color: rgb(161,90,125); }
div.DivClassName
{
background-color: #A15A7D;
}
.BgClassName
{
background-color: #A15A7D;
}
</style>
border-color css
<style>
span { border-color: #A15A7D; }
span { border-color: rgb(161,90,125); }
td.TdClassName
{
border-color: #A15A7D;
}
.TagClassName
{
border-color: #A15A7D;
}
</style>