Shades of Strikemaster #A24F84
Tints of Strikemaster #A24F84
RGB
CMYK
RGB Variations
Color information
#A24F84 (or 0xA24F84) is known color: Strikemaster. HEX triplet: A2, 4F and 84. RGB value is (162,79,132). Sum of RGB (Red+Green+Blue) = 162+79+132=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24F84 is #5DB07B. Grayscale: #6D6D6D. Windows color (decimal): -6140028 or 8671138. OLE color: 8671138.
HSL color Cylindrical-coordinate representation of color #A24F84: hue angle of 321.69º 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 #A24F84 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 132 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.36 |
| HSL | 321.69º | 0.34% | 0.47% | - |
| HSV(B) | 321.69º | 0.51% | 0.64% | - |
| XYZ | 21.86 | 14.94 | 23.56 | - |
| YUV | 109.86 | 140.5 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 132 | 0 | 0.51 | 0.19 | 0.36 | 321.69 | 0.34 | 0.47 |
| Hex | A2 | 4F | 84 | 0 | 33 | 13 | 24 | 142 | 22 | 2F |
| Octal | 242 | 117 | 204 | 0 | 63 | 23 | 44 | 502 | 42 | 57 |
| Binary | 10100010 | 1001111 | 10000100 | 0 | 110011 | 10011 | 100100 | 101000010 | 100010 | 101111 |
Color Harmonies of #A24F84
Complementary color
Monochromatic Colors of #A24F84
Black with #A24F84
Text Example
Text Example
White with #A24F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F84; }
p { color: rgb(162,79,132); }
H1.HeaderClassName
{
color: #A24F84;
}
.AnyTagClassName
{
color: #A24F84;
}
</style>
background-color css
<style>
a { background-color: #A24F84; }
a { background-color: rgb(162,79,132); }
div.DivClassName
{
background-color: #A24F84;
}
.BgClassName
{
background-color: #A24F84;
}
</style>
border-color css
<style>
span { border-color: #A24F84; }
span { border-color: rgb(162,79,132); }
td.TdClassName
{
border-color: #A24F84;
}
.TagClassName
{
border-color: #A24F84;
}
</style>