Shades of Strikemaster #A25E81
Tints of Strikemaster #A25E81
RGB
CMYK
RGB Variations
Color information
#A25E81 (or 0xA25E81) is known color: Strikemaster. HEX triplet: A2, 5E and 81. RGB value is (162,94,129). Sum of RGB (Red+Green+Blue) = 162+94+129=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25E81 is #5DA17E. Grayscale: #767676. Windows color (decimal): -6136191 or 8478370. OLE color: 8478370.
HSL color Cylindrical-coordinate representation of color #A25E81: hue angle of 329.12º 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 #A25E81 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 129 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.36 |
| HSL | 329.12º | 0.27% | 0.5% | - |
| HSV(B) | 329.12º | 0.42% | 0.64% | - |
| XYZ | 22.87 | 17.27 | 22.9 | - |
| YUV | 118.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 129 | 0 | 0.42 | 0.20 | 0.36 | 329.12 | 0.27 | 0.5 |
| Hex | A2 | 5E | 81 | 0 | 2A | 14 | 24 | 149 | 1B | 32 |
| Octal | 242 | 136 | 201 | 0 | 52 | 24 | 44 | 511 | 33 | 62 |
| Binary | 10100010 | 1011110 | 10000001 | 0 | 101010 | 10100 | 100100 | 101001001 | 11011 | 110010 |
Color Harmonies of #A25E81
Complementary color
Monochromatic Colors of #A25E81
Black with #A25E81
Text Example
Text Example
White with #A25E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E81; }
p { color: rgb(162,94,129); }
H1.HeaderClassName
{
color: #A25E81;
}
.AnyTagClassName
{
color: #A25E81;
}
</style>
background-color css
<style>
a { background-color: #A25E81; }
a { background-color: rgb(162,94,129); }
div.DivClassName
{
background-color: #A25E81;
}
.BgClassName
{
background-color: #A25E81;
}
</style>
border-color css
<style>
span { border-color: #A25E81; }
span { border-color: rgb(162,94,129); }
td.TdClassName
{
border-color: #A25E81;
}
.TagClassName
{
border-color: #A25E81;
}
</style>