Shades of Strikemaster #A8618C
Tints of Strikemaster #A8618C
RGB
CMYK
RGB Variations
Color information
#A8618C (or 0xA8618C) is known color: Strikemaster. HEX triplet: A8, 61 and 8C. RGB value is (168,97,140). Sum of RGB (Red+Green+Blue) = 168+97+140=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A8618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8618C is #579E73. Grayscale: #7B7B7B. Windows color (decimal): -5742196 or 9200040. OLE color: 9200040.
HSL color Cylindrical-coordinate representation of color #A8618C: hue angle of 323.66º 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 #A8618C is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 140 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.34 |
| HSL | 323.66º | 0.29% | 0.52% | - |
| HSV(B) | 323.66º | 0.42% | 0.66% | - |
| XYZ | 25.16 | 18.77 | 27.11 | - |
| YUV | 123.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 140 | 0 | 0.42 | 0.17 | 0.34 | 323.66 | 0.29 | 0.52 |
| Hex | A8 | 61 | 8C | 0 | 2A | 11 | 22 | 144 | 1D | 34 |
| Octal | 250 | 141 | 214 | 0 | 52 | 21 | 42 | 504 | 35 | 64 |
| Binary | 10101000 | 1100001 | 10001100 | 0 | 101010 | 10001 | 100010 | 101000100 | 11101 | 110100 |
Color Harmonies of #A8618C
Complementary color
Monochromatic Colors of #A8618C
Black with #A8618C
Text Example
Text Example
White with #A8618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8618C; }
p { color: rgb(168,97,140); }
H1.HeaderClassName
{
color: #A8618C;
}
.AnyTagClassName
{
color: #A8618C;
}
</style>
background-color css
<style>
a { background-color: #A8618C; }
a { background-color: rgb(168,97,140); }
div.DivClassName
{
background-color: #A8618C;
}
.BgClassName
{
background-color: #A8618C;
}
</style>
border-color css
<style>
span { border-color: #A8618C; }
span { border-color: rgb(168,97,140); }
td.TdClassName
{
border-color: #A8618C;
}
.TagClassName
{
border-color: #A8618C;
}
</style>