Shades of Strikemaster #A6638B
Tints of Strikemaster #A6638B
RGB
CMYK
RGB Variations
Color information
#A6638B (or 0xA6638B) is known color: Strikemaster. HEX triplet: A6, 63 and 8B. RGB value is (166,99,139). Sum of RGB (Red+Green+Blue) = 166+99+139=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6638B is #599C74. Grayscale: #7B7B7B. Windows color (decimal): -5872757 or 9135014. OLE color: 9135014.
HSL color Cylindrical-coordinate representation of color #A6638B: hue angle of 324.18º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6638B is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 99 | 139 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.35 |
| HSL | 324.18º | 0.27% | 0.52% | - |
| HSV(B) | 324.18º | 0.4% | 0.65% | - |
| XYZ | 24.85 | 18.89 | 26.76 | - |
| YUV | 123.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 139 | 0 | 0.40 | 0.16 | 0.35 | 324.18 | 0.27 | 0.52 |
| Hex | A6 | 63 | 8B | 0 | 28 | 10 | 23 | 144 | 1B | 34 |
| Octal | 246 | 143 | 213 | 0 | 50 | 20 | 43 | 504 | 33 | 64 |
| Binary | 10100110 | 1100011 | 10001011 | 0 | 101000 | 10000 | 100011 | 101000100 | 11011 | 110100 |
Color Harmonies of #A6638B
Complementary color
Monochromatic Colors of #A6638B
Black with #A6638B
Text Example
Text Example
White with #A6638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6638B; }
p { color: rgb(166,99,139); }
H1.HeaderClassName
{
color: #A6638B;
}
.AnyTagClassName
{
color: #A6638B;
}
</style>
background-color css
<style>
a { background-color: #A6638B; }
a { background-color: rgb(166,99,139); }
div.DivClassName
{
background-color: #A6638B;
}
.BgClassName
{
background-color: #A6638B;
}
</style>
border-color css
<style>
span { border-color: #A6638B; }
span { border-color: rgb(166,99,139); }
td.TdClassName
{
border-color: #A6638B;
}
.TagClassName
{
border-color: #A6638B;
}
</style>