Shades of Strikemaster #A05D8B
Tints of Strikemaster #A05D8B
RGB
CMYK
RGB Variations
Color information
#A05D8B (or 0xA05D8B) is known color: Strikemaster. HEX triplet: A0, 5D and 8B. RGB value is (160,93,139). Sum of RGB (Red+Green+Blue) = 160+93+139=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05D8B is #5FA274. Grayscale: #767676. Windows color (decimal): -6267509 or 9133472. OLE color: 9133472.
HSL color Cylindrical-coordinate representation of color #A05D8B: hue angle of 318.81º 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 #A05D8B is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 93 | 139 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.37 |
| HSL | 318.81º | 0.26% | 0.5% | - |
| HSV(B) | 318.81º | 0.42% | 0.63% | - |
| XYZ | 23.07 | 17.17 | 26.52 | - |
| YUV | 118.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 139 | 0 | 0.42 | 0.13 | 0.37 | 318.81 | 0.26 | 0.5 |
| Hex | A0 | 5D | 8B | 0 | 2A | D | 25 | 13F | 1A | 32 |
| Octal | 240 | 135 | 213 | 0 | 52 | 15 | 45 | 477 | 32 | 62 |
| Binary | 10100000 | 1011101 | 10001011 | 0 | 101010 | 1101 | 100101 | 100111111 | 11010 | 110010 |
Color Harmonies of #A05D8B
Complementary color
Monochromatic Colors of #A05D8B
Black with #A05D8B
Text Example
Text Example
White with #A05D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05D8B; }
p { color: rgb(160,93,139); }
H1.HeaderClassName
{
color: #A05D8B;
}
.AnyTagClassName
{
color: #A05D8B;
}
</style>
background-color css
<style>
a { background-color: #A05D8B; }
a { background-color: rgb(160,93,139); }
div.DivClassName
{
background-color: #A05D8B;
}
.BgClassName
{
background-color: #A05D8B;
}
</style>
border-color css
<style>
span { border-color: #A05D8B; }
span { border-color: rgb(160,93,139); }
td.TdClassName
{
border-color: #A05D8B;
}
.TagClassName
{
border-color: #A05D8B;
}
</style>