Shades of Strikemaster #A24E89
Tints of Strikemaster #A24E89
RGB
CMYK
RGB Variations
Color information
#A24E89 (or 0xA24E89) is known color: Strikemaster. HEX triplet: A2, 4E and 89. RGB value is (162,78,137). Sum of RGB (Red+Green+Blue) = 162+78+137=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24E89 is #5DB176. Grayscale: #6D6D6D. Windows color (decimal): -6140279 or 8998562. OLE color: 8998562.
HSL color Cylindrical-coordinate representation of color #A24E89: hue angle of 317.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A24E89 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 137 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.36 |
| HSL | 317.86º | 0.35% | 0.47% | - |
| HSV(B) | 317.86º | 0.52% | 0.64% | - |
| XYZ | 22.14 | 14.94 | 25.38 | - |
| YUV | 109.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 137 | 0 | 0.52 | 0.15 | 0.36 | 317.86 | 0.35 | 0.47 |
| Hex | A2 | 4E | 89 | 0 | 34 | F | 24 | 13E | 23 | 2F |
| Octal | 242 | 116 | 211 | 0 | 64 | 17 | 44 | 476 | 43 | 57 |
| Binary | 10100010 | 1001110 | 10001001 | 0 | 110100 | 1111 | 100100 | 100111110 | 100011 | 101111 |
Color Harmonies of #A24E89
Complementary color
Monochromatic Colors of #A24E89
Black with #A24E89
Text Example
Text Example
White with #A24E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E89; }
p { color: rgb(162,78,137); }
H1.HeaderClassName
{
color: #A24E89;
}
.AnyTagClassName
{
color: #A24E89;
}
</style>
background-color css
<style>
a { background-color: #A24E89; }
a { background-color: rgb(162,78,137); }
div.DivClassName
{
background-color: #A24E89;
}
.BgClassName
{
background-color: #A24E89;
}
</style>
border-color css
<style>
span { border-color: #A24E89; }
span { border-color: rgb(162,78,137); }
td.TdClassName
{
border-color: #A24E89;
}
.TagClassName
{
border-color: #A24E89;
}
</style>