Shades of Strikemaster #A6668C
Tints of Strikemaster #A6668C
RGB
CMYK
RGB Variations
Color information
#A6668C (or 0xA6668C) is known color: Strikemaster. HEX triplet: A6, 66 and 8C. RGB value is (166,102,140). Sum of RGB (Red+Green+Blue) = 166+102+140=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A6668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6668C is #599973. Grayscale: #7D7D7D. Windows color (decimal): -5871988 or 9201318. OLE color: 9201318.
HSL color Cylindrical-coordinate representation of color #A6668C: hue angle of 324.38º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6668C is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 140 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.35 |
| HSL | 324.38º | 0.26% | 0.53% | - |
| HSV(B) | 324.38º | 0.39% | 0.65% | - |
| XYZ | 25.21 | 19.5 | 27.25 | - |
| YUV | 125.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 140 | 0 | 0.39 | 0.16 | 0.35 | 324.38 | 0.26 | 0.53 |
| Hex | A6 | 66 | 8C | 0 | 27 | 10 | 23 | 144 | 1A | 35 |
| Octal | 246 | 146 | 214 | 0 | 47 | 20 | 43 | 504 | 32 | 65 |
| Binary | 10100110 | 1100110 | 10001100 | 0 | 100111 | 10000 | 100011 | 101000100 | 11010 | 110101 |
Color Harmonies of #A6668C
Complementary color
Monochromatic Colors of #A6668C
Black with #A6668C
Text Example
Text Example
White with #A6668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6668C; }
p { color: rgb(166,102,140); }
H1.HeaderClassName
{
color: #A6668C;
}
.AnyTagClassName
{
color: #A6668C;
}
</style>
background-color css
<style>
a { background-color: #A6668C; }
a { background-color: rgb(166,102,140); }
div.DivClassName
{
background-color: #A6668C;
}
.BgClassName
{
background-color: #A6668C;
}
</style>
border-color css
<style>
span { border-color: #A6668C; }
span { border-color: rgb(166,102,140); }
td.TdClassName
{
border-color: #A6668C;
}
.TagClassName
{
border-color: #A6668C;
}
</style>