Shades of Strikemaster #A24E83
Tints of Strikemaster #A24E83
RGB
CMYK
RGB Variations
Color information
#A24E83 (or 0xA24E83) is known color: Strikemaster. HEX triplet: A2, 4E and 83. RGB value is (162,78,131). Sum of RGB (Red+Green+Blue) = 162+78+131=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24E83 is #5DB17C. Grayscale: #6D6D6D. Windows color (decimal): -6140285 or 8605346. OLE color: 8605346.
HSL color Cylindrical-coordinate representation of color #A24E83: hue angle of 322.14º 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 #A24E83 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 131 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.36 |
| HSL | 322.14º | 0.35% | 0.47% | - |
| HSV(B) | 322.14º | 0.52% | 0.64% | - |
| XYZ | 21.72 | 14.77 | 23.18 | - |
| YUV | 109.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 131 | 0 | 0.52 | 0.19 | 0.36 | 322.14 | 0.35 | 0.47 |
| Hex | A2 | 4E | 83 | 0 | 34 | 13 | 24 | 142 | 23 | 2F |
| Octal | 242 | 116 | 203 | 0 | 64 | 23 | 44 | 502 | 43 | 57 |
| Binary | 10100010 | 1001110 | 10000011 | 0 | 110100 | 10011 | 100100 | 101000010 | 100011 | 101111 |
Color Harmonies of #A24E83
Complementary color
Monochromatic Colors of #A24E83
Black with #A24E83
Text Example
Text Example
White with #A24E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E83; }
p { color: rgb(162,78,131); }
H1.HeaderClassName
{
color: #A24E83;
}
.AnyTagClassName
{
color: #A24E83;
}
</style>
background-color css
<style>
a { background-color: #A24E83; }
a { background-color: rgb(162,78,131); }
div.DivClassName
{
background-color: #A24E83;
}
.BgClassName
{
background-color: #A24E83;
}
</style>
border-color css
<style>
span { border-color: #A24E83; }
span { border-color: rgb(162,78,131); }
td.TdClassName
{
border-color: #A24E83;
}
.TagClassName
{
border-color: #A24E83;
}
</style>