Shades of Strikemaster #AA5D8F
Tints of Strikemaster #AA5D8F
RGB
CMYK
RGB Variations
Color information
#AA5D8F (or 0xAA5D8F) is known color: Strikemaster. HEX triplet: AA, 5D and 8F. RGB value is (170,93,143). Sum of RGB (Red+Green+Blue) = 170+93+143=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5D8F is #55A270. Grayscale: #797979. Windows color (decimal): -5612145 or 9395626. OLE color: 9395626.
HSL color Cylindrical-coordinate representation of color #AA5D8F: hue angle of 321.04º 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 #AA5D8F is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 143 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.33 |
| HSL | 321.04º | 0.31% | 0.52% | - |
| HSV(B) | 321.04º | 0.45% | 0.67% | - |
| XYZ | 25.45 | 18.36 | 28.19 | - |
| YUV | 121.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 143 | 0 | 0.45 | 0.16 | 0.33 | 321.04 | 0.31 | 0.52 |
| Hex | AA | 5D | 8F | 0 | 2D | 10 | 21 | 141 | 1F | 34 |
| Octal | 252 | 135 | 217 | 0 | 55 | 20 | 41 | 501 | 37 | 64 |
| Binary | 10101010 | 1011101 | 10001111 | 0 | 101101 | 10000 | 100001 | 101000001 | 11111 | 110100 |
Color Harmonies of #AA5D8F
Complementary color
Monochromatic Colors of #AA5D8F
Black with #AA5D8F
Text Example
Text Example
White with #AA5D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D8F; }
p { color: rgb(170,93,143); }
H1.HeaderClassName
{
color: #AA5D8F;
}
.AnyTagClassName
{
color: #AA5D8F;
}
</style>
background-color css
<style>
a { background-color: #AA5D8F; }
a { background-color: rgb(170,93,143); }
div.DivClassName
{
background-color: #AA5D8F;
}
.BgClassName
{
background-color: #AA5D8F;
}
</style>
border-color css
<style>
span { border-color: #AA5D8F; }
span { border-color: rgb(170,93,143); }
td.TdClassName
{
border-color: #AA5D8F;
}
.TagClassName
{
border-color: #AA5D8F;
}
</style>