Shades of Strikemaster #A25880
Tints of Strikemaster #A25880
RGB
CMYK
RGB Variations
Color information
#A25880 (or 0xA25880) is known color: Strikemaster. HEX triplet: A2, 58 and 80. RGB value is (162,88,128). Sum of RGB (Red+Green+Blue) = 162+88+128=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A25880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25880 is #5DA77F. Grayscale: #727272. Windows color (decimal): -6137728 or 8411298. OLE color: 8411298.
HSL color Cylindrical-coordinate representation of color #A25880: hue angle of 327.57º 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 #A25880 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 128 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.36 |
| HSL | 327.57º | 0.3% | 0.49% | - |
| HSV(B) | 327.57º | 0.46% | 0.64% | - |
| XYZ | 22.29 | 16.22 | 22.38 | - |
| YUV | 114.69 | 135.52 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 128 | 0 | 0.46 | 0.21 | 0.36 | 327.57 | 0.3 | 0.49 |
| Hex | A2 | 58 | 80 | 0 | 2E | 15 | 24 | 148 | 1E | 31 |
| Octal | 242 | 130 | 200 | 0 | 56 | 25 | 44 | 510 | 36 | 61 |
| Binary | 10100010 | 1011000 | 10000000 | 0 | 101110 | 10101 | 100100 | 101001000 | 11110 | 110001 |
Color Harmonies of #A25880
Complementary color
Monochromatic Colors of #A25880
Black with #A25880
Text Example
Text Example
White with #A25880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25880; }
p { color: rgb(162,88,128); }
H1.HeaderClassName
{
color: #A25880;
}
.AnyTagClassName
{
color: #A25880;
}
</style>
background-color css
<style>
a { background-color: #A25880; }
a { background-color: rgb(162,88,128); }
div.DivClassName
{
background-color: #A25880;
}
.BgClassName
{
background-color: #A25880;
}
</style>
border-color css
<style>
span { border-color: #A25880; }
span { border-color: rgb(162,88,128); }
td.TdClassName
{
border-color: #A25880;
}
.TagClassName
{
border-color: #A25880;
}
</style>