Shades of Strikemaster #A25980
Tints of Strikemaster #A25980
RGB
CMYK
RGB Variations
Color information
#A25980 (or 0xA25980) is known color: Strikemaster. HEX triplet: A2, 59 and 80. RGB value is (162,89,128). Sum of RGB (Red+Green+Blue) = 162+89+128=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A25980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25980 is #5DA67F. Grayscale: #737373. Windows color (decimal): -6137472 or 8411554. OLE color: 8411554.
HSL color Cylindrical-coordinate representation of color #A25980: hue angle of 327.95º 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 #A25980 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 89 | 128 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.36 |
| HSL | 327.95º | 0.29% | 0.49% | - |
| HSV(B) | 327.95º | 0.45% | 0.64% | - |
| XYZ | 22.37 | 16.38 | 22.41 | - |
| YUV | 115.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 128 | 0 | 0.45 | 0.21 | 0.36 | 327.95 | 0.29 | 0.49 |
| Hex | A2 | 59 | 80 | 0 | 2D | 15 | 24 | 148 | 1D | 31 |
| Octal | 242 | 131 | 200 | 0 | 55 | 25 | 44 | 510 | 35 | 61 |
| Binary | 10100010 | 1011001 | 10000000 | 0 | 101101 | 10101 | 100100 | 101001000 | 11101 | 110001 |
Color Harmonies of #A25980
Complementary color
Monochromatic Colors of #A25980
Black with #A25980
Text Example
Text Example
White with #A25980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25980; }
p { color: rgb(162,89,128); }
H1.HeaderClassName
{
color: #A25980;
}
.AnyTagClassName
{
color: #A25980;
}
</style>
background-color css
<style>
a { background-color: #A25980; }
a { background-color: rgb(162,89,128); }
div.DivClassName
{
background-color: #A25980;
}
.BgClassName
{
background-color: #A25980;
}
</style>
border-color css
<style>
span { border-color: #A25980; }
span { border-color: rgb(162,89,128); }
td.TdClassName
{
border-color: #A25980;
}
.TagClassName
{
border-color: #A25980;
}
</style>