Shades of Strikemaster #A25E8F
Tints of Strikemaster #A25E8F
RGB
CMYK
RGB Variations
Color information
#A25E8F (or 0xA25E8F) is known color: Strikemaster. HEX triplet: A2, 5E and 8F. RGB value is (162,94,143). Sum of RGB (Red+Green+Blue) = 162+94+143=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25E8F is #5DA170. Grayscale: #777777. Windows color (decimal): -6136177 or 9395874. OLE color: 9395874.
HSL color Cylindrical-coordinate representation of color #A25E8F: hue angle of 316.76º 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 #A25E8F is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 143 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.36 |
| HSL | 316.76º | 0.27% | 0.5% | - |
| HSV(B) | 316.76º | 0.42% | 0.64% | - |
| XYZ | 23.86 | 17.67 | 28.14 | - |
| YUV | 119.92 | 141.03 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 143 | 0 | 0.42 | 0.12 | 0.36 | 316.76 | 0.27 | 0.5 |
| Hex | A2 | 5E | 8F | 0 | 2A | C | 24 | 13D | 1B | 32 |
| Octal | 242 | 136 | 217 | 0 | 52 | 14 | 44 | 475 | 33 | 62 |
| Binary | 10100010 | 1011110 | 10001111 | 0 | 101010 | 1100 | 100100 | 100111101 | 11011 | 110010 |
Color Harmonies of #A25E8F
Complementary color
Monochromatic Colors of #A25E8F
Black with #A25E8F
Text Example
Text Example
White with #A25E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E8F; }
p { color: rgb(162,94,143); }
H1.HeaderClassName
{
color: #A25E8F;
}
.AnyTagClassName
{
color: #A25E8F;
}
</style>
background-color css
<style>
a { background-color: #A25E8F; }
a { background-color: rgb(162,94,143); }
div.DivClassName
{
background-color: #A25E8F;
}
.BgClassName
{
background-color: #A25E8F;
}
</style>
border-color css
<style>
span { border-color: #A25E8F; }
span { border-color: rgb(162,94,143); }
td.TdClassName
{
border-color: #A25E8F;
}
.TagClassName
{
border-color: #A25E8F;
}
</style>