Shades of Strikemaster #A4648E
Tints of Strikemaster #A4648E
RGB
CMYK
RGB Variations
Color information
#A4648E (or 0xA4648E) is known color: Strikemaster. HEX triplet: A4, 64 and 8E. RGB value is (164,100,142). Sum of RGB (Red+Green+Blue) = 164+100+142=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A4648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4648E is #5B9B71. Grayscale: #7B7B7B. Windows color (decimal): -6003570 or 9331876. OLE color: 9331876.
HSL color Cylindrical-coordinate representation of color #A4648E: hue angle of 320.62º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4648E is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 100 | 142 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.36 |
| HSL | 320.63º | 0.26% | 0.52% | - |
| HSV(B) | 320.63º | 0.39% | 0.64% | - |
| XYZ | 24.75 | 18.96 | 27.95 | - |
| YUV | 123.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 142 | 0 | 0.39 | 0.13 | 0.36 | 320.63 | 0.26 | 0.52 |
| Hex | A4 | 64 | 8E | 0 | 27 | D | 24 | 141 | 1A | 34 |
| Octal | 244 | 144 | 216 | 0 | 47 | 15 | 44 | 501 | 32 | 64 |
| Binary | 10100100 | 1100100 | 10001110 | 0 | 100111 | 1101 | 100100 | 101000001 | 11010 | 110100 |
Color Harmonies of #A4648E
Complementary color
Monochromatic Colors of #A4648E
Black with #A4648E
Text Example
Text Example
White with #A4648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4648E; }
p { color: rgb(164,100,142); }
H1.HeaderClassName
{
color: #A4648E;
}
.AnyTagClassName
{
color: #A4648E;
}
</style>
background-color css
<style>
a { background-color: #A4648E; }
a { background-color: rgb(164,100,142); }
div.DivClassName
{
background-color: #A4648E;
}
.BgClassName
{
background-color: #A4648E;
}
</style>
border-color css
<style>
span { border-color: #A4648E; }
span { border-color: rgb(164,100,142); }
td.TdClassName
{
border-color: #A4648E;
}
.TagClassName
{
border-color: #A4648E;
}
</style>