Shades of Strikemaster #A05E8B
Tints of Strikemaster #A05E8B
RGB
CMYK
RGB Variations
Color information
#A05E8B (or 0xA05E8B) is known color: Strikemaster. HEX triplet: A0, 5E and 8B. RGB value is (160,94,139). Sum of RGB (Red+Green+Blue) = 160+94+139=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05E8B is #5FA174. Grayscale: #767676. Windows color (decimal): -6267253 or 9133728. OLE color: 9133728.
HSL color Cylindrical-coordinate representation of color #A05E8B: hue angle of 319.09º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A05E8B is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 94 | 139 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.37 |
| HSL | 319.09º | 0.26% | 0.5% | - |
| HSV(B) | 319.09º | 0.41% | 0.63% | - |
| XYZ | 23.16 | 17.34 | 26.55 | - |
| YUV | 118.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 94 | 139 | 0 | 0.41 | 0.13 | 0.37 | 319.09 | 0.26 | 0.5 |
| Hex | A0 | 5E | 8B | 0 | 29 | D | 25 | 13F | 1A | 32 |
| Octal | 240 | 136 | 213 | 0 | 51 | 15 | 45 | 477 | 32 | 62 |
| Binary | 10100000 | 1011110 | 10001011 | 0 | 101001 | 1101 | 100101 | 100111111 | 11010 | 110010 |
Color Harmonies of #A05E8B
Complementary color
Monochromatic Colors of #A05E8B
Black with #A05E8B
Text Example
Text Example
White with #A05E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05E8B; }
p { color: rgb(160,94,139); }
H1.HeaderClassName
{
color: #A05E8B;
}
.AnyTagClassName
{
color: #A05E8B;
}
</style>
background-color css
<style>
a { background-color: #A05E8B; }
a { background-color: rgb(160,94,139); }
div.DivClassName
{
background-color: #A05E8B;
}
.BgClassName
{
background-color: #A05E8B;
}
</style>
border-color css
<style>
span { border-color: #A05E8B; }
span { border-color: rgb(160,94,139); }
td.TdClassName
{
border-color: #A05E8B;
}
.TagClassName
{
border-color: #A05E8B;
}
</style>