Shades of Strikemaster #A05E7B
Tints of Strikemaster #A05E7B
RGB
CMYK
RGB Variations
Color information
#A05E7B (or 0xA05E7B) is known color: Strikemaster. HEX triplet: A0, 5E and 7B. RGB value is (160,94,123). Sum of RGB (Red+Green+Blue) = 160+94+123=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05E7B is #5FA184. Grayscale: #747474. Windows color (decimal): -6267269 or 8085152. OLE color: 8085152.
HSL color Cylindrical-coordinate representation of color #A05E7B: hue angle of 333.64º 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 #A05E7B is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 94 | 123 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.37 |
| HSL | 333.64º | 0.26% | 0.5% | - |
| HSV(B) | 333.64º | 0.41% | 0.63% | - |
| XYZ | 22.08 | 16.91 | 20.84 | - |
| YUV | 117.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 94 | 123 | 0 | 0.41 | 0.23 | 0.37 | 333.64 | 0.26 | 0.5 |
| Hex | A0 | 5E | 7B | 0 | 29 | 17 | 25 | 14E | 1A | 32 |
| Octal | 240 | 136 | 173 | 0 | 51 | 27 | 45 | 516 | 32 | 62 |
| Binary | 10100000 | 1011110 | 1111011 | 0 | 101001 | 10111 | 100101 | 101001110 | 11010 | 110010 |
Color Harmonies of #A05E7B
Complementary color
Monochromatic Colors of #A05E7B
Black with #A05E7B
Text Example
Text Example
White with #A05E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05E7B; }
p { color: rgb(160,94,123); }
H1.HeaderClassName
{
color: #A05E7B;
}
.AnyTagClassName
{
color: #A05E7B;
}
</style>
background-color css
<style>
a { background-color: #A05E7B; }
a { background-color: rgb(160,94,123); }
div.DivClassName
{
background-color: #A05E7B;
}
.BgClassName
{
background-color: #A05E7B;
}
</style>
border-color css
<style>
span { border-color: #A05E7B; }
span { border-color: rgb(160,94,123); }
td.TdClassName
{
border-color: #A05E7B;
}
.TagClassName
{
border-color: #A05E7B;
}
</style>