Shades of Strikemaster #AA608B
Tints of Strikemaster #AA608B
RGB
CMYK
RGB Variations
Color information
#AA608B (or 0xAA608B) is known color: Strikemaster. HEX triplet: AA, 60 and 8B. RGB value is (170,96,139). Sum of RGB (Red+Green+Blue) = 170+96+139=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA608B is #559F74. Grayscale: #7A7A7A. Windows color (decimal): -5611381 or 9134250. OLE color: 9134250.
HSL color Cylindrical-coordinate representation of color #AA608B: hue angle of 325.14º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA608B is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 139 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.33 |
| HSL | 325.14º | 0.3% | 0.52% | - |
| HSV(B) | 325.14º | 0.44% | 0.67% | - |
| XYZ | 25.42 | 18.78 | 26.71 | - |
| YUV | 123.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 139 | 0 | 0.44 | 0.18 | 0.33 | 325.14 | 0.3 | 0.52 |
| Hex | AA | 60 | 8B | 0 | 2C | 12 | 21 | 145 | 1E | 34 |
| Octal | 252 | 140 | 213 | 0 | 54 | 22 | 41 | 505 | 36 | 64 |
| Binary | 10101010 | 1100000 | 10001011 | 0 | 101100 | 10010 | 100001 | 101000101 | 11110 | 110100 |
Color Harmonies of #AA608B
Complementary color
Monochromatic Colors of #AA608B
Black with #AA608B
Text Example
Text Example
White with #AA608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA608B; }
p { color: rgb(170,96,139); }
H1.HeaderClassName
{
color: #AA608B;
}
.AnyTagClassName
{
color: #AA608B;
}
</style>
background-color css
<style>
a { background-color: #AA608B; }
a { background-color: rgb(170,96,139); }
div.DivClassName
{
background-color: #AA608B;
}
.BgClassName
{
background-color: #AA608B;
}
</style>
border-color css
<style>
span { border-color: #AA608B; }
span { border-color: rgb(170,96,139); }
td.TdClassName
{
border-color: #AA608B;
}
.TagClassName
{
border-color: #AA608B;
}
</style>