Shades of Strikemaster #A24F89
Tints of Strikemaster #A24F89
RGB
CMYK
RGB Variations
Color information
#A24F89 (or 0xA24F89) is known color: Strikemaster. HEX triplet: A2, 4F and 89. RGB value is (162,79,137). Sum of RGB (Red+Green+Blue) = 162+79+137=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24F89 is #5DB076. Grayscale: #6E6E6E. Windows color (decimal): -6140023 or 8998818. OLE color: 8998818.
HSL color Cylindrical-coordinate representation of color #A24F89: hue angle of 318.07º 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 #A24F89 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 137 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.36 |
| HSL | 318.07º | 0.34% | 0.47% | - |
| HSV(B) | 318.07º | 0.51% | 0.64% | - |
| XYZ | 22.21 | 15.08 | 25.41 | - |
| YUV | 110.43 | 143 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 137 | 0 | 0.51 | 0.15 | 0.36 | 318.07 | 0.34 | 0.47 |
| Hex | A2 | 4F | 89 | 0 | 33 | F | 24 | 13E | 22 | 2F |
| Octal | 242 | 117 | 211 | 0 | 63 | 17 | 44 | 476 | 42 | 57 |
| Binary | 10100010 | 1001111 | 10001001 | 0 | 110011 | 1111 | 100100 | 100111110 | 100010 | 101111 |
Color Harmonies of #A24F89
Complementary color
Monochromatic Colors of #A24F89
Black with #A24F89
Text Example
Text Example
White with #A24F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F89; }
p { color: rgb(162,79,137); }
H1.HeaderClassName
{
color: #A24F89;
}
.AnyTagClassName
{
color: #A24F89;
}
</style>
background-color css
<style>
a { background-color: #A24F89; }
a { background-color: rgb(162,79,137); }
div.DivClassName
{
background-color: #A24F89;
}
.BgClassName
{
background-color: #A24F89;
}
</style>
border-color css
<style>
span { border-color: #A24F89; }
span { border-color: rgb(162,79,137); }
td.TdClassName
{
border-color: #A24F89;
}
.TagClassName
{
border-color: #A24F89;
}
</style>