Shades of Strikemaster #A25685
Tints of Strikemaster #A25685
RGB
CMYK
RGB Variations
Color information
#A25685 (or 0xA25685) is known color: Strikemaster. HEX triplet: A2, 56 and 85. RGB value is (162,86,133). Sum of RGB (Red+Green+Blue) = 162+86+133=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A25685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25685 is #5DA97A. Grayscale: #717171. Windows color (decimal): -6138235 or 8738466. OLE color: 8738466.
HSL color Cylindrical-coordinate representation of color #A25685: hue angle of 322.89º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A25685 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 86 | 133 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.36 |
| HSL | 322.89º | 0.31% | 0.49% | - |
| HSV(B) | 322.89º | 0.47% | 0.64% | - |
| XYZ | 22.46 | 16.03 | 24.1 | - |
| YUV | 114.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 133 | 0 | 0.47 | 0.18 | 0.36 | 322.89 | 0.31 | 0.49 |
| Hex | A2 | 56 | 85 | 0 | 2F | 12 | 24 | 143 | 1F | 31 |
| Octal | 242 | 126 | 205 | 0 | 57 | 22 | 44 | 503 | 37 | 61 |
| Binary | 10100010 | 1010110 | 10000101 | 0 | 101111 | 10010 | 100100 | 101000011 | 11111 | 110001 |
Color Harmonies of #A25685
Complementary color
Monochromatic Colors of #A25685
Black with #A25685
Text Example
Text Example
White with #A25685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25685; }
p { color: rgb(162,86,133); }
H1.HeaderClassName
{
color: #A25685;
}
.AnyTagClassName
{
color: #A25685;
}
</style>
background-color css
<style>
a { background-color: #A25685; }
a { background-color: rgb(162,86,133); }
div.DivClassName
{
background-color: #A25685;
}
.BgClassName
{
background-color: #A25685;
}
</style>
border-color css
<style>
span { border-color: #A25685; }
span { border-color: rgb(162,86,133); }
td.TdClassName
{
border-color: #A25685;
}
.TagClassName
{
border-color: #A25685;
}
</style>