Shades of Strikemaster #A95785
Tints of Strikemaster #A95785
RGB
CMYK
RGB Variations
Color information
#A95785 (or 0xA95785) is known color: Strikemaster. HEX triplet: A9, 57 and 85. RGB value is (169,87,133). Sum of RGB (Red+Green+Blue) = 169+87+133=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A95785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95785 is #56A87A. Grayscale: #747474. Windows color (decimal): -5679227 or 8738729. OLE color: 8738729.
HSL color Cylindrical-coordinate representation of color #A95785: hue angle of 326.34º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A95785 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 87 | 133 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.34 |
| HSL | 326.34º | 0.32% | 0.5% | - |
| HSV(B) | 326.34º | 0.49% | 0.66% | - |
| XYZ | 24 | 16.94 | 24.2 | - |
| YUV | 116.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 87 | 133 | 0 | 0.49 | 0.21 | 0.34 | 326.34 | 0.32 | 0.5 |
| Hex | A9 | 57 | 85 | 0 | 31 | 15 | 22 | 146 | 20 | 32 |
| Octal | 251 | 127 | 205 | 0 | 61 | 25 | 42 | 506 | 40 | 62 |
| Binary | 10101001 | 1010111 | 10000101 | 0 | 110001 | 10101 | 100010 | 101000110 | 100000 | 110010 |
Color Harmonies of #A95785
Complementary color
Monochromatic Colors of #A95785
Black with #A95785
Text Example
Text Example
White with #A95785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95785; }
p { color: rgb(169,87,133); }
H1.HeaderClassName
{
color: #A95785;
}
.AnyTagClassName
{
color: #A95785;
}
</style>
background-color css
<style>
a { background-color: #A95785; }
a { background-color: rgb(169,87,133); }
div.DivClassName
{
background-color: #A95785;
}
.BgClassName
{
background-color: #A95785;
}
</style>
border-color css
<style>
span { border-color: #A95785; }
span { border-color: rgb(169,87,133); }
td.TdClassName
{
border-color: #A95785;
}
.TagClassName
{
border-color: #A95785;
}
</style>