Shades of Strikemaster #A4618E
Tints of Strikemaster #A4618E
RGB
CMYK
RGB Variations
Color information
#A4618E (or 0xA4618E) is known color: Strikemaster. HEX triplet: A4, 61 and 8E. RGB value is (164,97,142). Sum of RGB (Red+Green+Blue) = 164+97+142=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4618E is #5B9E71. Grayscale: #7A7A7A. Windows color (decimal): -6004338 or 9331108. OLE color: 9331108.
HSL color Cylindrical-coordinate representation of color #A4618E: hue angle of 319.7º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4618E is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 97 | 142 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.36 |
| HSL | 319.7º | 0.27% | 0.51% | - |
| HSV(B) | 319.7º | 0.41% | 0.64% | - |
| XYZ | 24.47 | 18.39 | 27.85 | - |
| YUV | 122.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 142 | 0 | 0.41 | 0.13 | 0.36 | 319.7 | 0.27 | 0.51 |
| Hex | A4 | 61 | 8E | 0 | 29 | D | 24 | 140 | 1B | 33 |
| Octal | 244 | 141 | 216 | 0 | 51 | 15 | 44 | 500 | 33 | 63 |
| Binary | 10100100 | 1100001 | 10001110 | 0 | 101001 | 1101 | 100100 | 101000000 | 11011 | 110011 |
Color Harmonies of #A4618E
Complementary color
Monochromatic Colors of #A4618E
Black with #A4618E
Text Example
Text Example
White with #A4618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4618E; }
p { color: rgb(164,97,142); }
H1.HeaderClassName
{
color: #A4618E;
}
.AnyTagClassName
{
color: #A4618E;
}
</style>
background-color css
<style>
a { background-color: #A4618E; }
a { background-color: rgb(164,97,142); }
div.DivClassName
{
background-color: #A4618E;
}
.BgClassName
{
background-color: #A4618E;
}
</style>
border-color css
<style>
span { border-color: #A4618E; }
span { border-color: rgb(164,97,142); }
td.TdClassName
{
border-color: #A4618E;
}
.TagClassName
{
border-color: #A4618E;
}
</style>