Shades of Strikemaster #A25680
Tints of Strikemaster #A25680
RGB
CMYK
RGB Variations
Color information
#A25680 (or 0xA25680) is known color: Strikemaster. HEX triplet: A2, 56 and 80. RGB value is (162,86,128). Sum of RGB (Red+Green+Blue) = 162+86+128=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A25680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25680 is #5DA97F. Grayscale: #717171. Windows color (decimal): -6138240 or 8410786. OLE color: 8410786.
HSL color Cylindrical-coordinate representation of color #A25680: hue angle of 326.84º 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 #A25680 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 86 | 128 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.36 |
| HSL | 326.84º | 0.31% | 0.49% | - |
| HSV(B) | 326.84º | 0.47% | 0.64% | - |
| XYZ | 22.12 | 15.9 | 22.32 | - |
| YUV | 113.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 128 | 0 | 0.47 | 0.21 | 0.36 | 326.84 | 0.31 | 0.49 |
| Hex | A2 | 56 | 80 | 0 | 2F | 15 | 24 | 147 | 1F | 31 |
| Octal | 242 | 126 | 200 | 0 | 57 | 25 | 44 | 507 | 37 | 61 |
| Binary | 10100010 | 1010110 | 10000000 | 0 | 101111 | 10101 | 100100 | 101000111 | 11111 | 110001 |
Color Harmonies of #A25680
Complementary color
Monochromatic Colors of #A25680
Black with #A25680
Text Example
Text Example
White with #A25680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25680; }
p { color: rgb(162,86,128); }
H1.HeaderClassName
{
color: #A25680;
}
.AnyTagClassName
{
color: #A25680;
}
</style>
background-color css
<style>
a { background-color: #A25680; }
a { background-color: rgb(162,86,128); }
div.DivClassName
{
background-color: #A25680;
}
.BgClassName
{
background-color: #A25680;
}
</style>
border-color css
<style>
span { border-color: #A25680; }
span { border-color: rgb(162,86,128); }
td.TdClassName
{
border-color: #A25680;
}
.TagClassName
{
border-color: #A25680;
}
</style>