Shades of Strikemaster #A05D7E
Tints of Strikemaster #A05D7E
RGB
CMYK
RGB Variations
Color information
#A05D7E (or 0xA05D7E) is known color: Strikemaster. HEX triplet: A0, 5D and 7E. RGB value is (160,93,126). Sum of RGB (Red+Green+Blue) = 160+93+126=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05D7E is #5FA281. Grayscale: #747474. Windows color (decimal): -6267522 or 8281504. OLE color: 8281504.
HSL color Cylindrical-coordinate representation of color #A05D7E: hue angle of 330.45º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A05D7E is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 93 | 126 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.37 |
| HSL | 330.45º | 0.26% | 0.5% | - |
| HSV(B) | 330.45º | 0.42% | 0.63% | - |
| XYZ | 22.18 | 16.81 | 21.81 | - |
| YUV | 116.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 126 | 0 | 0.42 | 0.21 | 0.37 | 330.45 | 0.26 | 0.5 |
| Hex | A0 | 5D | 7E | 0 | 2A | 15 | 25 | 14A | 1A | 32 |
| Octal | 240 | 135 | 176 | 0 | 52 | 25 | 45 | 512 | 32 | 62 |
| Binary | 10100000 | 1011101 | 1111110 | 0 | 101010 | 10101 | 100101 | 101001010 | 11010 | 110010 |
Color Harmonies of #A05D7E
Complementary color
Monochromatic Colors of #A05D7E
Black with #A05D7E
Text Example
Text Example
White with #A05D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05D7E; }
p { color: rgb(160,93,126); }
H1.HeaderClassName
{
color: #A05D7E;
}
.AnyTagClassName
{
color: #A05D7E;
}
</style>
background-color css
<style>
a { background-color: #A05D7E; }
a { background-color: rgb(160,93,126); }
div.DivClassName
{
background-color: #A05D7E;
}
.BgClassName
{
background-color: #A05D7E;
}
</style>
border-color css
<style>
span { border-color: #A05D7E; }
span { border-color: rgb(160,93,126); }
td.TdClassName
{
border-color: #A05D7E;
}
.TagClassName
{
border-color: #A05D7E;
}
</style>