Shades of Strikemaster #A24C84
Tints of Strikemaster #A24C84
RGB
CMYK
RGB Variations
Color information
#A24C84 (or 0xA24C84) is known color: Strikemaster. HEX triplet: A2, 4C and 84. RGB value is (162,76,132). Sum of RGB (Red+Green+Blue) = 162+76+132=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24C84 is #5DB37B. Grayscale: #6B6B6B. Windows color (decimal): -6140796 or 8670370. OLE color: 8670370.
HSL color Cylindrical-coordinate representation of color #A24C84: hue angle of 320.93º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A24C84 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 132 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.36 |
| HSL | 320.93º | 0.36% | 0.47% | - |
| HSV(B) | 320.93º | 0.53% | 0.64% | - |
| XYZ | 21.65 | 14.52 | 23.49 | - |
| YUV | 108.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 132 | 0 | 0.53 | 0.19 | 0.36 | 320.93 | 0.36 | 0.47 |
| Hex | A2 | 4C | 84 | 0 | 35 | 13 | 24 | 141 | 24 | 2F |
| Octal | 242 | 114 | 204 | 0 | 65 | 23 | 44 | 501 | 44 | 57 |
| Binary | 10100010 | 1001100 | 10000100 | 0 | 110101 | 10011 | 100100 | 101000001 | 100100 | 101111 |
Color Harmonies of #A24C84
Complementary color
Monochromatic Colors of #A24C84
Black with #A24C84
Text Example
Text Example
White with #A24C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C84; }
p { color: rgb(162,76,132); }
H1.HeaderClassName
{
color: #A24C84;
}
.AnyTagClassName
{
color: #A24C84;
}
</style>
background-color css
<style>
a { background-color: #A24C84; }
a { background-color: rgb(162,76,132); }
div.DivClassName
{
background-color: #A24C84;
}
.BgClassName
{
background-color: #A24C84;
}
</style>
border-color css
<style>
span { border-color: #A24C84; }
span { border-color: rgb(162,76,132); }
td.TdClassName
{
border-color: #A24C84;
}
.TagClassName
{
border-color: #A24C84;
}
</style>