Shades of Strikemaster #A25C84
Tints of Strikemaster #A25C84
RGB
CMYK
RGB Variations
Color information
#A25C84 (or 0xA25C84) is known color: Strikemaster. HEX triplet: A2, 5C and 84. RGB value is (162,92,132). Sum of RGB (Red+Green+Blue) = 162+92+132=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25C84 is #5DA37B. Grayscale: #757575. Windows color (decimal): -6136700 or 8674466. OLE color: 8674466.
HSL color Cylindrical-coordinate representation of color #A25C84: hue angle of 325.71º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A25C84 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 92 | 132 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.36 |
| HSL | 325.71º | 0.28% | 0.5% | - |
| HSV(B) | 325.71º | 0.43% | 0.64% | - |
| XYZ | 22.89 | 17 | 23.9 | - |
| YUV | 117.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 132 | 0 | 0.43 | 0.19 | 0.36 | 325.71 | 0.28 | 0.5 |
| Hex | A2 | 5C | 84 | 0 | 2B | 13 | 24 | 146 | 1C | 32 |
| Octal | 242 | 134 | 204 | 0 | 53 | 23 | 44 | 506 | 34 | 62 |
| Binary | 10100010 | 1011100 | 10000100 | 0 | 101011 | 10011 | 100100 | 101000110 | 11100 | 110010 |
Color Harmonies of #A25C84
Complementary color
Monochromatic Colors of #A25C84
Black with #A25C84
Text Example
Text Example
White with #A25C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25C84; }
p { color: rgb(162,92,132); }
H1.HeaderClassName
{
color: #A25C84;
}
.AnyTagClassName
{
color: #A25C84;
}
</style>
background-color css
<style>
a { background-color: #A25C84; }
a { background-color: rgb(162,92,132); }
div.DivClassName
{
background-color: #A25C84;
}
.BgClassName
{
background-color: #A25C84;
}
</style>
border-color css
<style>
span { border-color: #A25C84; }
span { border-color: rgb(162,92,132); }
td.TdClassName
{
border-color: #A25C84;
}
.TagClassName
{
border-color: #A25C84;
}
</style>