Shades of Strikemaster #AA6191
Tints of Strikemaster #AA6191
RGB
CMYK
RGB Variations
Color information
#AA6191 (or 0xAA6191) is known color: Strikemaster. HEX triplet: AA, 61 and 91. RGB value is (170,97,145). Sum of RGB (Red+Green+Blue) = 170+97+145=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6191 is #559E6E. Grayscale: #7C7C7C. Windows color (decimal): -5611119 or 9527722. OLE color: 9527722.
HSL color Cylindrical-coordinate representation of color #AA6191: hue angle of 320.55º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6191 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 145 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.33 |
| HSL | 320.55º | 0.3% | 0.52% | - |
| HSV(B) | 320.55º | 0.43% | 0.67% | - |
| XYZ | 25.96 | 19.14 | 29.11 | - |
| YUV | 124.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 145 | 0 | 0.43 | 0.15 | 0.33 | 320.55 | 0.3 | 0.52 |
| Hex | AA | 61 | 91 | 0 | 2B | F | 21 | 141 | 1E | 34 |
| Octal | 252 | 141 | 221 | 0 | 53 | 17 | 41 | 501 | 36 | 64 |
| Binary | 10101010 | 1100001 | 10010001 | 0 | 101011 | 1111 | 100001 | 101000001 | 11110 | 110100 |
Color Harmonies of #AA6191
Complementary color
Monochromatic Colors of #AA6191
Black with #AA6191
Text Example
Text Example
White with #AA6191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6191; }
p { color: rgb(170,97,145); }
H1.HeaderClassName
{
color: #AA6191;
}
.AnyTagClassName
{
color: #AA6191;
}
</style>
background-color css
<style>
a { background-color: #AA6191; }
a { background-color: rgb(170,97,145); }
div.DivClassName
{
background-color: #AA6191;
}
.BgClassName
{
background-color: #AA6191;
}
</style>
border-color css
<style>
span { border-color: #AA6191; }
span { border-color: rgb(170,97,145); }
td.TdClassName
{
border-color: #AA6191;
}
.TagClassName
{
border-color: #AA6191;
}
</style>