Shades of Strikemaster #A05A7B
Tints of Strikemaster #A05A7B
RGB
CMYK
RGB Variations
Color information
#A05A7B (or 0xA05A7B) is known color: Strikemaster. HEX triplet: A0, 5A and 7B. RGB value is (160,90,123). Sum of RGB (Red+Green+Blue) = 160+90+123=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05A7B is #5FA584. Grayscale: #727272. Windows color (decimal): -6268293 or 8084128. OLE color: 8084128.
HSL color Cylindrical-coordinate representation of color #A05A7B: hue angle of 331.71º 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 #A05A7B is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 90 | 123 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.37 |
| HSL | 331.71º | 0.28% | 0.49% | - |
| HSV(B) | 331.71º | 0.44% | 0.63% | - |
| XYZ | 21.73 | 16.22 | 20.72 | - |
| YUV | 114.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 123 | 0 | 0.44 | 0.23 | 0.37 | 331.71 | 0.28 | 0.49 |
| Hex | A0 | 5A | 7B | 0 | 2C | 17 | 25 | 14C | 1C | 31 |
| Octal | 240 | 132 | 173 | 0 | 54 | 27 | 45 | 514 | 34 | 61 |
| Binary | 10100000 | 1011010 | 1111011 | 0 | 101100 | 10111 | 100101 | 101001100 | 11100 | 110001 |
Color Harmonies of #A05A7B
Complementary color
Monochromatic Colors of #A05A7B
Black with #A05A7B
Text Example
Text Example
White with #A05A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05A7B; }
p { color: rgb(160,90,123); }
H1.HeaderClassName
{
color: #A05A7B;
}
.AnyTagClassName
{
color: #A05A7B;
}
</style>
background-color css
<style>
a { background-color: #A05A7B; }
a { background-color: rgb(160,90,123); }
div.DivClassName
{
background-color: #A05A7B;
}
.BgClassName
{
background-color: #A05A7B;
}
</style>
border-color css
<style>
span { border-color: #A05A7B; }
span { border-color: rgb(160,90,123); }
td.TdClassName
{
border-color: #A05A7B;
}
.TagClassName
{
border-color: #A05A7B;
}
</style>