Shades of Strikemaster #A25985
Tints of Strikemaster #A25985
RGB
CMYK
RGB Variations
Color information
#A25985 (or 0xA25985) is known color: Strikemaster. HEX triplet: A2, 59 and 85. RGB value is (162,89,133). Sum of RGB (Red+Green+Blue) = 162+89+133=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A25985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25985 is #5DA67A. Grayscale: #737373. Windows color (decimal): -6137467 or 8739234. OLE color: 8739234.
HSL color Cylindrical-coordinate representation of color #A25985: hue angle of 323.84º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A25985 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 89 | 133 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.36 |
| HSL | 323.84º | 0.29% | 0.49% | - |
| HSV(B) | 323.84º | 0.45% | 0.64% | - |
| XYZ | 22.71 | 16.52 | 24.18 | - |
| YUV | 115.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 133 | 0 | 0.45 | 0.18 | 0.36 | 323.84 | 0.29 | 0.49 |
| Hex | A2 | 59 | 85 | 0 | 2D | 12 | 24 | 144 | 1D | 31 |
| Octal | 242 | 131 | 205 | 0 | 55 | 22 | 44 | 504 | 35 | 61 |
| Binary | 10100010 | 1011001 | 10000101 | 0 | 101101 | 10010 | 100100 | 101000100 | 11101 | 110001 |
Color Harmonies of #A25985
Complementary color
Monochromatic Colors of #A25985
Black with #A25985
Text Example
Text Example
White with #A25985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25985; }
p { color: rgb(162,89,133); }
H1.HeaderClassName
{
color: #A25985;
}
.AnyTagClassName
{
color: #A25985;
}
</style>
background-color css
<style>
a { background-color: #A25985; }
a { background-color: rgb(162,89,133); }
div.DivClassName
{
background-color: #A25985;
}
.BgClassName
{
background-color: #A25985;
}
</style>
border-color css
<style>
span { border-color: #A25985; }
span { border-color: rgb(162,89,133); }
td.TdClassName
{
border-color: #A25985;
}
.TagClassName
{
border-color: #A25985;
}
</style>