Shades of Strikemaster #AA5E8F
Tints of Strikemaster #AA5E8F
RGB
CMYK
RGB Variations
Color information
#AA5E8F (or 0xAA5E8F) is known color: Strikemaster. HEX triplet: AA, 5E and 8F. RGB value is (170,94,143). Sum of RGB (Red+Green+Blue) = 170+94+143=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5E8F is #55A170. Grayscale: #7A7A7A. Windows color (decimal): -5611889 or 9395882. OLE color: 9395882.
HSL color Cylindrical-coordinate representation of color #AA5E8F: hue angle of 321.32º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA5E8F is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 143 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.33 |
| HSL | 321.32º | 0.31% | 0.52% | - |
| HSV(B) | 321.32º | 0.45% | 0.67% | - |
| XYZ | 25.54 | 18.53 | 28.22 | - |
| YUV | 122.31 | 139.68 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 143 | 0 | 0.45 | 0.16 | 0.33 | 321.32 | 0.31 | 0.52 |
| Hex | AA | 5E | 8F | 0 | 2D | 10 | 21 | 141 | 1F | 34 |
| Octal | 252 | 136 | 217 | 0 | 55 | 20 | 41 | 501 | 37 | 64 |
| Binary | 10101010 | 1011110 | 10001111 | 0 | 101101 | 10000 | 100001 | 101000001 | 11111 | 110100 |
Color Harmonies of #AA5E8F
Complementary color
Monochromatic Colors of #AA5E8F
Black with #AA5E8F
Text Example
Text Example
White with #AA5E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E8F; }
p { color: rgb(170,94,143); }
H1.HeaderClassName
{
color: #AA5E8F;
}
.AnyTagClassName
{
color: #AA5E8F;
}
</style>
background-color css
<style>
a { background-color: #AA5E8F; }
a { background-color: rgb(170,94,143); }
div.DivClassName
{
background-color: #AA5E8F;
}
.BgClassName
{
background-color: #AA5E8F;
}
</style>
border-color css
<style>
span { border-color: #AA5E8F; }
span { border-color: rgb(170,94,143); }
td.TdClassName
{
border-color: #AA5E8F;
}
.TagClassName
{
border-color: #AA5E8F;
}
</style>