Shades of Strikemaster #AA658D
Tints of Strikemaster #AA658D
RGB
CMYK
RGB Variations
Color information
#AA658D (or 0xAA658D) is known color: Strikemaster. HEX triplet: AA, 65 and 8D. RGB value is (170,101,141). Sum of RGB (Red+Green+Blue) = 170+101+141=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA658D is #559A72. Grayscale: #7E7E7E. Windows color (decimal): -5610099 or 9266602. OLE color: 9266602.
HSL color Cylindrical-coordinate representation of color #AA658D: hue angle of 325.22º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA658D is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 141 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.33 |
| HSL | 325.22º | 0.29% | 0.53% | - |
| HSV(B) | 325.22º | 0.41% | 0.67% | - |
| XYZ | 26.04 | 19.78 | 27.64 | - |
| YUV | 126.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 141 | 0 | 0.41 | 0.17 | 0.33 | 325.22 | 0.29 | 0.53 |
| Hex | AA | 65 | 8D | 0 | 29 | 11 | 21 | 145 | 1D | 35 |
| Octal | 252 | 145 | 215 | 0 | 51 | 21 | 41 | 505 | 35 | 65 |
| Binary | 10101010 | 1100101 | 10001101 | 0 | 101001 | 10001 | 100001 | 101000101 | 11101 | 110101 |
Color Harmonies of #AA658D
Complementary color
Monochromatic Colors of #AA658D
Black with #AA658D
Text Example
Text Example
White with #AA658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA658D; }
p { color: rgb(170,101,141); }
H1.HeaderClassName
{
color: #AA658D;
}
.AnyTagClassName
{
color: #AA658D;
}
</style>
background-color css
<style>
a { background-color: #AA658D; }
a { background-color: rgb(170,101,141); }
div.DivClassName
{
background-color: #AA658D;
}
.BgClassName
{
background-color: #AA658D;
}
</style>
border-color css
<style>
span { border-color: #AA658D; }
span { border-color: rgb(170,101,141); }
td.TdClassName
{
border-color: #AA658D;
}
.TagClassName
{
border-color: #AA658D;
}
</style>