Shades of Strikemaster #AA618C
Tints of Strikemaster #AA618C
RGB
CMYK
RGB Variations
Color information
#AA618C (or 0xAA618C) is known color: Strikemaster. HEX triplet: AA, 61 and 8C. RGB value is (170,97,140). Sum of RGB (Red+Green+Blue) = 170+97+140=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA618C is #559E73. Grayscale: #7B7B7B. Windows color (decimal): -5611124 or 9200042. OLE color: 9200042.
HSL color Cylindrical-coordinate representation of color #AA618C: hue angle of 324.66º 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 #AA618C is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 140 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.33 |
| HSL | 324.66º | 0.3% | 0.52% | - |
| HSV(B) | 324.66º | 0.43% | 0.67% | - |
| XYZ | 25.59 | 18.99 | 27.13 | - |
| YUV | 123.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 140 | 0 | 0.43 | 0.18 | 0.33 | 324.66 | 0.3 | 0.52 |
| Hex | AA | 61 | 8C | 0 | 2B | 12 | 21 | 145 | 1E | 34 |
| Octal | 252 | 141 | 214 | 0 | 53 | 22 | 41 | 505 | 36 | 64 |
| Binary | 10101010 | 1100001 | 10001100 | 0 | 101011 | 10010 | 100001 | 101000101 | 11110 | 110100 |
Color Harmonies of #AA618C
Complementary color
Monochromatic Colors of #AA618C
Black with #AA618C
Text Example
Text Example
White with #AA618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA618C; }
p { color: rgb(170,97,140); }
H1.HeaderClassName
{
color: #AA618C;
}
.AnyTagClassName
{
color: #AA618C;
}
</style>
background-color css
<style>
a { background-color: #AA618C; }
a { background-color: rgb(170,97,140); }
div.DivClassName
{
background-color: #AA618C;
}
.BgClassName
{
background-color: #AA618C;
}
</style>
border-color css
<style>
span { border-color: #AA618C; }
span { border-color: rgb(170,97,140); }
td.TdClassName
{
border-color: #AA618C;
}
.TagClassName
{
border-color: #AA618C;
}
</style>