Shades of Strikemaster #AA668D
Tints of Strikemaster #AA668D
RGB
CMYK
RGB Variations
Color information
#AA668D (or 0xAA668D) is known color: Strikemaster. HEX triplet: AA, 66 and 8D. RGB value is (170,102,141). Sum of RGB (Red+Green+Blue) = 170+102+141=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA668D is #559972. Grayscale: #7E7E7E. Windows color (decimal): -5609843 or 9266858. OLE color: 9266858.
HSL color Cylindrical-coordinate representation of color #AA668D: hue angle of 325.59º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA668D is Cyan = 0, Magento = 0.4, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 141 | - |
| CMYK | 0 | 0.4 | 0.17 | 0.33 |
| HSL | 325.59º | 0.29% | 0.53% | - |
| HSV(B) | 325.59º | 0.4% | 0.67% | - |
| XYZ | 26.14 | 19.97 | 27.68 | - |
| YUV | 126.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 141 | 0 | 0.4 | 0.17 | 0.33 | 325.59 | 0.29 | 0.53 |
| Hex | AA | 66 | 8D | 0 | 28 | 11 | 21 | 146 | 1D | 35 |
| Octal | 252 | 146 | 215 | 0 | 50 | 21 | 41 | 506 | 35 | 65 |
| Binary | 10101010 | 1100110 | 10001101 | 0 | 101000 | 10001 | 100001 | 101000110 | 11101 | 110101 |
Color Harmonies of #AA668D
Complementary color
Monochromatic Colors of #AA668D
Black with #AA668D
Text Example
Text Example
White with #AA668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA668D; }
p { color: rgb(170,102,141); }
H1.HeaderClassName
{
color: #AA668D;
}
.AnyTagClassName
{
color: #AA668D;
}
</style>
background-color css
<style>
a { background-color: #AA668D; }
a { background-color: rgb(170,102,141); }
div.DivClassName
{
background-color: #AA668D;
}
.BgClassName
{
background-color: #AA668D;
}
</style>
border-color css
<style>
span { border-color: #AA668D; }
span { border-color: rgb(170,102,141); }
td.TdClassName
{
border-color: #AA668D;
}
.TagClassName
{
border-color: #AA668D;
}
</style>