Shades of Strikemaster #A25280
Tints of Strikemaster #A25280
RGB
CMYK
RGB Variations
Color information
#A25280 (or 0xA25280) is known color: Strikemaster. HEX triplet: A2, 52 and 80. RGB value is (162,82,128). Sum of RGB (Red+Green+Blue) = 162+82+128=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A25280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25280 is #5DAD7F. Grayscale: #6F6F6F. Windows color (decimal): -6139264 or 8409762. OLE color: 8409762.
HSL color Cylindrical-coordinate representation of color #A25280: hue angle of 325.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25280 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 128 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.36 |
| HSL | 325.5º | 0.33% | 0.48% | - |
| HSV(B) | 325.5º | 0.49% | 0.64% | - |
| XYZ | 21.81 | 15.27 | 22.22 | - |
| YUV | 111.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 128 | 0 | 0.49 | 0.21 | 0.36 | 325.5 | 0.33 | 0.48 |
| Hex | A2 | 52 | 80 | 0 | 31 | 15 | 24 | 146 | 21 | 30 |
| Octal | 242 | 122 | 200 | 0 | 61 | 25 | 44 | 506 | 41 | 60 |
| Binary | 10100010 | 1010010 | 10000000 | 0 | 110001 | 10101 | 100100 | 101000110 | 100001 | 110000 |
Color Harmonies of #A25280
Complementary color
Monochromatic Colors of #A25280
Black with #A25280
Text Example
Text Example
White with #A25280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25280; }
p { color: rgb(162,82,128); }
H1.HeaderClassName
{
color: #A25280;
}
.AnyTagClassName
{
color: #A25280;
}
</style>
background-color css
<style>
a { background-color: #A25280; }
a { background-color: rgb(162,82,128); }
div.DivClassName
{
background-color: #A25280;
}
.BgClassName
{
background-color: #A25280;
}
</style>
border-color css
<style>
span { border-color: #A25280; }
span { border-color: rgb(162,82,128); }
td.TdClassName
{
border-color: #A25280;
}
.TagClassName
{
border-color: #A25280;
}
</style>