Shades of Strikemaster #A25885
Tints of Strikemaster #A25885
RGB
CMYK
RGB Variations
Color information
#A25885 (or 0xA25885) is known color: Strikemaster. HEX triplet: A2, 58 and 85. RGB value is (162,88,133). Sum of RGB (Red+Green+Blue) = 162+88+133=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A25885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25885 is #5DA77A. Grayscale: #737373. Windows color (decimal): -6137723 or 8738978. OLE color: 8738978.
HSL color Cylindrical-coordinate representation of color #A25885: hue angle of 323.51º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25885 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 133 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.36 |
| HSL | 323.51º | 0.3% | 0.49% | - |
| HSV(B) | 323.51º | 0.46% | 0.64% | - |
| XYZ | 22.62 | 16.35 | 24.15 | - |
| YUV | 115.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 133 | 0 | 0.46 | 0.18 | 0.36 | 323.51 | 0.3 | 0.49 |
| Hex | A2 | 58 | 85 | 0 | 2E | 12 | 24 | 144 | 1E | 31 |
| Octal | 242 | 130 | 205 | 0 | 56 | 22 | 44 | 504 | 36 | 61 |
| Binary | 10100010 | 1011000 | 10000101 | 0 | 101110 | 10010 | 100100 | 101000100 | 11110 | 110001 |
Color Harmonies of #A25885
Complementary color
Monochromatic Colors of #A25885
Black with #A25885
Text Example
Text Example
White with #A25885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25885; }
p { color: rgb(162,88,133); }
H1.HeaderClassName
{
color: #A25885;
}
.AnyTagClassName
{
color: #A25885;
}
</style>
background-color css
<style>
a { background-color: #A25885; }
a { background-color: rgb(162,88,133); }
div.DivClassName
{
background-color: #A25885;
}
.BgClassName
{
background-color: #A25885;
}
</style>
border-color css
<style>
span { border-color: #A25885; }
span { border-color: rgb(162,88,133); }
td.TdClassName
{
border-color: #A25885;
}
.TagClassName
{
border-color: #A25885;
}
</style>