Shades of Strikemaster #AA618E
Tints of Strikemaster #AA618E
RGB
CMYK
RGB Variations
Color information
#AA618E (or 0xAA618E) is known color: Strikemaster. HEX triplet: AA, 61 and 8E. RGB value is (170,97,142). Sum of RGB (Red+Green+Blue) = 170+97+142=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA618E is #559E71. Grayscale: #7B7B7B. Windows color (decimal): -5611122 or 9331114. OLE color: 9331114.
HSL color Cylindrical-coordinate representation of color #AA618E: hue angle of 323.01º 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 #AA618E is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 142 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.33 |
| HSL | 323.01º | 0.3% | 0.52% | - |
| HSV(B) | 323.01º | 0.43% | 0.67% | - |
| XYZ | 25.73 | 19.05 | 27.91 | - |
| YUV | 123.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 142 | 0 | 0.43 | 0.16 | 0.33 | 323.01 | 0.3 | 0.52 |
| Hex | AA | 61 | 8E | 0 | 2B | 10 | 21 | 143 | 1E | 34 |
| Octal | 252 | 141 | 216 | 0 | 53 | 20 | 41 | 503 | 36 | 64 |
| Binary | 10101010 | 1100001 | 10001110 | 0 | 101011 | 10000 | 100001 | 101000011 | 11110 | 110100 |
Color Harmonies of #AA618E
Complementary color
Monochromatic Colors of #AA618E
Black with #AA618E
Text Example
Text Example
White with #AA618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA618E; }
p { color: rgb(170,97,142); }
H1.HeaderClassName
{
color: #AA618E;
}
.AnyTagClassName
{
color: #AA618E;
}
</style>
background-color css
<style>
a { background-color: #AA618E; }
a { background-color: rgb(170,97,142); }
div.DivClassName
{
background-color: #AA618E;
}
.BgClassName
{
background-color: #AA618E;
}
</style>
border-color css
<style>
span { border-color: #AA618E; }
span { border-color: rgb(170,97,142); }
td.TdClassName
{
border-color: #AA618E;
}
.TagClassName
{
border-color: #AA618E;
}
</style>