Shades of Strikemaster #A25089
Tints of Strikemaster #A25089
RGB
CMYK
RGB Variations
Color information
#A25089 (or 0xA25089) is known color: Strikemaster. HEX triplet: A2, 50 and 89. RGB value is (162,80,137). Sum of RGB (Red+Green+Blue) = 162+80+137=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A25089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25089 is #5DAF76. Grayscale: #6E6E6E. Windows color (decimal): -6139767 or 8999074. OLE color: 8999074.
HSL color Cylindrical-coordinate representation of color #A25089: hue angle of 318.29º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25089 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 137 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.36 |
| HSL | 318.29º | 0.34% | 0.47% | - |
| HSV(B) | 318.29º | 0.51% | 0.64% | - |
| XYZ | 22.28 | 15.22 | 25.43 | - |
| YUV | 111.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 137 | 0 | 0.51 | 0.15 | 0.36 | 318.29 | 0.34 | 0.47 |
| Hex | A2 | 50 | 89 | 0 | 33 | F | 24 | 13E | 22 | 2F |
| Octal | 242 | 120 | 211 | 0 | 63 | 17 | 44 | 476 | 42 | 57 |
| Binary | 10100010 | 1010000 | 10001001 | 0 | 110011 | 1111 | 100100 | 100111110 | 100010 | 101111 |
Color Harmonies of #A25089
Complementary color
Monochromatic Colors of #A25089
Black with #A25089
Text Example
Text Example
White with #A25089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25089; }
p { color: rgb(162,80,137); }
H1.HeaderClassName
{
color: #A25089;
}
.AnyTagClassName
{
color: #A25089;
}
</style>
background-color css
<style>
a { background-color: #A25089; }
a { background-color: rgb(162,80,137); }
div.DivClassName
{
background-color: #A25089;
}
.BgClassName
{
background-color: #A25089;
}
</style>
border-color css
<style>
span { border-color: #A25089; }
span { border-color: rgb(162,80,137); }
td.TdClassName
{
border-color: #A25089;
}
.TagClassName
{
border-color: #A25089;
}
</style>