Shades of Strikemaster #A8618E
Tints of Strikemaster #A8618E
RGB
CMYK
RGB Variations
Color information
#A8618E (or 0xA8618E) is known color: Strikemaster. HEX triplet: A8, 61 and 8E. RGB value is (168,97,142). Sum of RGB (Red+Green+Blue) = 168+97+142=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A8618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8618E is #579E71. Grayscale: #7B7B7B. Windows color (decimal): -5742194 or 9331112. OLE color: 9331112.
HSL color Cylindrical-coordinate representation of color #A8618E: hue angle of 321.97º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8618E is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 142 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.34 |
| HSL | 321.97º | 0.29% | 0.52% | - |
| HSV(B) | 321.97º | 0.42% | 0.66% | - |
| XYZ | 25.31 | 18.83 | 27.89 | - |
| YUV | 123.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 142 | 0 | 0.42 | 0.15 | 0.34 | 321.97 | 0.29 | 0.52 |
| Hex | A8 | 61 | 8E | 0 | 2A | F | 22 | 142 | 1D | 34 |
| Octal | 250 | 141 | 216 | 0 | 52 | 17 | 42 | 502 | 35 | 64 |
| Binary | 10101000 | 1100001 | 10001110 | 0 | 101010 | 1111 | 100010 | 101000010 | 11101 | 110100 |
Color Harmonies of #A8618E
Complementary color
Monochromatic Colors of #A8618E
Black with #A8618E
Text Example
Text Example
White with #A8618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8618E; }
p { color: rgb(168,97,142); }
H1.HeaderClassName
{
color: #A8618E;
}
.AnyTagClassName
{
color: #A8618E;
}
</style>
background-color css
<style>
a { background-color: #A8618E; }
a { background-color: rgb(168,97,142); }
div.DivClassName
{
background-color: #A8618E;
}
.BgClassName
{
background-color: #A8618E;
}
</style>
border-color css
<style>
span { border-color: #A8618E; }
span { border-color: rgb(168,97,142); }
td.TdClassName
{
border-color: #A8618E;
}
.TagClassName
{
border-color: #A8618E;
}
</style>