Shades of Strikemaster #A25B80
Tints of Strikemaster #A25B80
RGB
CMYK
RGB Variations
Color information
#A25B80 (or 0xA25B80) is known color: Strikemaster. HEX triplet: A2, 5B and 80. RGB value is (162,91,128). Sum of RGB (Red+Green+Blue) = 162+91+128=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25B80 is #5DA47F. Grayscale: #747474. Windows color (decimal): -6136960 or 8412066. OLE color: 8412066.
HSL color Cylindrical-coordinate representation of color #A25B80: hue angle of 328.73º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A25B80 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 91 | 128 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.36 |
| HSL | 328.73º | 0.28% | 0.5% | - |
| HSV(B) | 328.73º | 0.44% | 0.64% | - |
| XYZ | 22.54 | 16.72 | 22.46 | - |
| YUV | 116.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 128 | 0 | 0.44 | 0.21 | 0.36 | 328.73 | 0.28 | 0.5 |
| Hex | A2 | 5B | 80 | 0 | 2C | 15 | 24 | 149 | 1C | 32 |
| Octal | 242 | 133 | 200 | 0 | 54 | 25 | 44 | 511 | 34 | 62 |
| Binary | 10100010 | 1011011 | 10000000 | 0 | 101100 | 10101 | 100100 | 101001001 | 11100 | 110010 |
Color Harmonies of #A25B80
Complementary color
Monochromatic Colors of #A25B80
Black with #A25B80
Text Example
Text Example
White with #A25B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25B80; }
p { color: rgb(162,91,128); }
H1.HeaderClassName
{
color: #A25B80;
}
.AnyTagClassName
{
color: #A25B80;
}
</style>
background-color css
<style>
a { background-color: #A25B80; }
a { background-color: rgb(162,91,128); }
div.DivClassName
{
background-color: #A25B80;
}
.BgClassName
{
background-color: #A25B80;
}
</style>
border-color css
<style>
span { border-color: #A25B80; }
span { border-color: rgb(162,91,128); }
td.TdClassName
{
border-color: #A25B80;
}
.TagClassName
{
border-color: #A25B80;
}
</style>