Shades of Strikemaster #A25E89
Tints of Strikemaster #A25E89
RGB
CMYK
RGB Variations
Color information
#A25E89 (or 0xA25E89) is known color: Strikemaster. HEX triplet: A2, 5E and 89. RGB value is (162,94,137). Sum of RGB (Red+Green+Blue) = 162+94+137=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25E89 is #5DA176. Grayscale: #777777. Windows color (decimal): -6136183 or 9002658. OLE color: 9002658.
HSL color Cylindrical-coordinate representation of color #A25E89: hue angle of 322.06º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A25E89 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 137 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.36 |
| HSL | 322.06º | 0.27% | 0.5% | - |
| HSV(B) | 322.06º | 0.42% | 0.64% | - |
| XYZ | 23.42 | 17.49 | 25.81 | - |
| YUV | 119.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 137 | 0 | 0.42 | 0.15 | 0.36 | 322.06 | 0.27 | 0.5 |
| Hex | A2 | 5E | 89 | 0 | 2A | F | 24 | 142 | 1B | 32 |
| Octal | 242 | 136 | 211 | 0 | 52 | 17 | 44 | 502 | 33 | 62 |
| Binary | 10100010 | 1011110 | 10001001 | 0 | 101010 | 1111 | 100100 | 101000010 | 11011 | 110010 |
Color Harmonies of #A25E89
Complementary color
Monochromatic Colors of #A25E89
Black with #A25E89
Text Example
Text Example
White with #A25E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E89; }
p { color: rgb(162,94,137); }
H1.HeaderClassName
{
color: #A25E89;
}
.AnyTagClassName
{
color: #A25E89;
}
</style>
background-color css
<style>
a { background-color: #A25E89; }
a { background-color: rgb(162,94,137); }
div.DivClassName
{
background-color: #A25E89;
}
.BgClassName
{
background-color: #A25E89;
}
</style>
border-color css
<style>
span { border-color: #A25E89; }
span { border-color: rgb(162,94,137); }
td.TdClassName
{
border-color: #A25E89;
}
.TagClassName
{
border-color: #A25E89;
}
</style>