Shades of Strikemaster #AA5A8D
Tints of Strikemaster #AA5A8D
RGB
CMYK
RGB Variations
Color information
#AA5A8D (or 0xAA5A8D) is known color: Strikemaster. HEX triplet: AA, 5A and 8D. RGB value is (170,90,141). Sum of RGB (Red+Green+Blue) = 170+90+141=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5A8D is #55A572. Grayscale: #777777. Windows color (decimal): -5612915 or 9263786. OLE color: 9263786.
HSL color Cylindrical-coordinate representation of color #AA5A8D: hue angle of 321.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5A8D is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 141 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.33 |
| HSL | 321.75º | 0.32% | 0.51% | - |
| HSV(B) | 321.75º | 0.47% | 0.67% | - |
| XYZ | 25.04 | 17.78 | 27.31 | - |
| YUV | 119.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 141 | 0 | 0.47 | 0.17 | 0.33 | 321.75 | 0.32 | 0.51 |
| Hex | AA | 5A | 8D | 0 | 2F | 11 | 21 | 142 | 20 | 33 |
| Octal | 252 | 132 | 215 | 0 | 57 | 21 | 41 | 502 | 40 | 63 |
| Binary | 10101010 | 1011010 | 10001101 | 0 | 101111 | 10001 | 100001 | 101000010 | 100000 | 110011 |
Color Harmonies of #AA5A8D
Complementary color
Monochromatic Colors of #AA5A8D
Black with #AA5A8D
Text Example
Text Example
White with #AA5A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A8D; }
p { color: rgb(170,90,141); }
H1.HeaderClassName
{
color: #AA5A8D;
}
.AnyTagClassName
{
color: #AA5A8D;
}
</style>
background-color css
<style>
a { background-color: #AA5A8D; }
a { background-color: rgb(170,90,141); }
div.DivClassName
{
background-color: #AA5A8D;
}
.BgClassName
{
background-color: #AA5A8D;
}
</style>
border-color css
<style>
span { border-color: #AA5A8D; }
span { border-color: rgb(170,90,141); }
td.TdClassName
{
border-color: #AA5A8D;
}
.TagClassName
{
border-color: #AA5A8D;
}
</style>