Shades of Strikemaster #A6628E
Tints of Strikemaster #A6628E
RGB
CMYK
RGB Variations
Color information
#A6628E (or 0xA6628E) is known color: Strikemaster. HEX triplet: A6, 62 and 8E. RGB value is (166,98,142). Sum of RGB (Red+Green+Blue) = 166+98+142=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A6628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6628E is #599D71. Grayscale: #7B7B7B. Windows color (decimal): -5873010 or 9331366. OLE color: 9331366.
HSL color Cylindrical-coordinate representation of color #A6628E: hue angle of 321.18º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6628E is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 98 | 142 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.35 |
| HSL | 321.18º | 0.28% | 0.52% | - |
| HSV(B) | 321.18º | 0.41% | 0.65% | - |
| XYZ | 24.98 | 18.8 | 27.9 | - |
| YUV | 123.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 142 | 0 | 0.41 | 0.14 | 0.35 | 321.18 | 0.28 | 0.52 |
| Hex | A6 | 62 | 8E | 0 | 29 | E | 23 | 141 | 1C | 34 |
| Octal | 246 | 142 | 216 | 0 | 51 | 16 | 43 | 501 | 34 | 64 |
| Binary | 10100110 | 1100010 | 10001110 | 0 | 101001 | 1110 | 100011 | 101000001 | 11100 | 110100 |
Color Harmonies of #A6628E
Complementary color
Monochromatic Colors of #A6628E
Black with #A6628E
Text Example
Text Example
White with #A6628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6628E; }
p { color: rgb(166,98,142); }
H1.HeaderClassName
{
color: #A6628E;
}
.AnyTagClassName
{
color: #A6628E;
}
</style>
background-color css
<style>
a { background-color: #A6628E; }
a { background-color: rgb(166,98,142); }
div.DivClassName
{
background-color: #A6628E;
}
.BgClassName
{
background-color: #A6628E;
}
</style>
border-color css
<style>
span { border-color: #A6628E; }
span { border-color: rgb(166,98,142); }
td.TdClassName
{
border-color: #A6628E;
}
.TagClassName
{
border-color: #A6628E;
}
</style>