Shades of Strikemaster #A8618A
Tints of Strikemaster #A8618A
RGB
CMYK
RGB Variations
Color information
#A8618A (or 0xA8618A) is known color: Strikemaster. HEX triplet: A8, 61 and 8A. RGB value is (168,97,138). Sum of RGB (Red+Green+Blue) = 168+97+138=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A8618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8618A is #579E75. Grayscale: #7A7A7A. Windows color (decimal): -5742198 or 9068968. OLE color: 9068968.
HSL color Cylindrical-coordinate representation of color #A8618A: hue angle of 325.35º 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 #A8618A is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 138 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.34 |
| HSL | 325.35º | 0.29% | 0.52% | - |
| HSV(B) | 325.35º | 0.42% | 0.66% | - |
| XYZ | 25.01 | 18.71 | 26.34 | - |
| YUV | 122.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 138 | 0 | 0.42 | 0.18 | 0.34 | 325.35 | 0.29 | 0.52 |
| Hex | A8 | 61 | 8A | 0 | 2A | 12 | 22 | 145 | 1D | 34 |
| Octal | 250 | 141 | 212 | 0 | 52 | 22 | 42 | 505 | 35 | 64 |
| Binary | 10101000 | 1100001 | 10001010 | 0 | 101010 | 10010 | 100010 | 101000101 | 11101 | 110100 |
Color Harmonies of #A8618A
Complementary color
Monochromatic Colors of #A8618A
Black with #A8618A
Text Example
Text Example
White with #A8618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8618A; }
p { color: rgb(168,97,138); }
H1.HeaderClassName
{
color: #A8618A;
}
.AnyTagClassName
{
color: #A8618A;
}
</style>
background-color css
<style>
a { background-color: #A8618A; }
a { background-color: rgb(168,97,138); }
div.DivClassName
{
background-color: #A8618A;
}
.BgClassName
{
background-color: #A8618A;
}
</style>
border-color css
<style>
span { border-color: #A8618A; }
span { border-color: rgb(168,97,138); }
td.TdClassName
{
border-color: #A8618A;
}
.TagClassName
{
border-color: #A8618A;
}
</style>