Shades of Strikemaster #A44E87
Tints of Strikemaster #A44E87
RGB
CMYK
RGB Variations
Color information
#A44E87 (or 0xA44E87) is known color: Strikemaster. HEX triplet: A4, 4E and 87. RGB value is (164,78,135). Sum of RGB (Red+Green+Blue) = 164+78+135=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44E87 is #5BB178. Grayscale: #6E6E6E. Windows color (decimal): -6009209 or 8867492. OLE color: 8867492.
HSL color Cylindrical-coordinate representation of color #A44E87: hue angle of 320.23º degrees, saturation: 0.36, 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 #A44E87 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 135 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.36 |
| HSL | 320.23º | 0.36% | 0.47% | - |
| HSV(B) | 320.23º | 0.52% | 0.64% | - |
| XYZ | 22.41 | 15.09 | 24.65 | - |
| YUV | 110.21 | 141.99 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 135 | 0 | 0.52 | 0.18 | 0.36 | 320.23 | 0.36 | 0.47 |
| Hex | A4 | 4E | 87 | 0 | 34 | 12 | 24 | 140 | 24 | 2F |
| Octal | 244 | 116 | 207 | 0 | 64 | 22 | 44 | 500 | 44 | 57 |
| Binary | 10100100 | 1001110 | 10000111 | 0 | 110100 | 10010 | 100100 | 101000000 | 100100 | 101111 |
Color Harmonies of #A44E87
Complementary color
Monochromatic Colors of #A44E87
Black with #A44E87
Text Example
Text Example
White with #A44E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44E87; }
p { color: rgb(164,78,135); }
H1.HeaderClassName
{
color: #A44E87;
}
.AnyTagClassName
{
color: #A44E87;
}
</style>
background-color css
<style>
a { background-color: #A44E87; }
a { background-color: rgb(164,78,135); }
div.DivClassName
{
background-color: #A44E87;
}
.BgClassName
{
background-color: #A44E87;
}
</style>
border-color css
<style>
span { border-color: #A44E87; }
span { border-color: rgb(164,78,135); }
td.TdClassName
{
border-color: #A44E87;
}
.TagClassName
{
border-color: #A44E87;
}
</style>