Shades of Strikemaster #AA5B8A
Tints of Strikemaster #AA5B8A
RGB
CMYK
RGB Variations
Color information
#AA5B8A (or 0xAA5B8A) is known color: Strikemaster. HEX triplet: AA, 5B and 8A. RGB value is (170,91,138). Sum of RGB (Red+Green+Blue) = 170+91+138=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5B8A is #55A475. Grayscale: #777777. Windows color (decimal): -5612662 or 9067434. OLE color: 9067434.
HSL color Cylindrical-coordinate representation of color #AA5B8A: hue angle of 324.3º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5B8A is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 91 | 138 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.33 |
| HSL | 324.3º | 0.32% | 0.51% | - |
| HSV(B) | 324.3º | 0.46% | 0.67% | - |
| XYZ | 24.91 | 17.86 | 26.18 | - |
| YUV | 119.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 138 | 0 | 0.46 | 0.19 | 0.33 | 324.3 | 0.32 | 0.51 |
| Hex | AA | 5B | 8A | 0 | 2E | 13 | 21 | 144 | 20 | 33 |
| Octal | 252 | 133 | 212 | 0 | 56 | 23 | 41 | 504 | 40 | 63 |
| Binary | 10101010 | 1011011 | 10001010 | 0 | 101110 | 10011 | 100001 | 101000100 | 100000 | 110011 |
Color Harmonies of #AA5B8A
Complementary color
Monochromatic Colors of #AA5B8A
Black with #AA5B8A
Text Example
Text Example
White with #AA5B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5B8A; }
p { color: rgb(170,91,138); }
H1.HeaderClassName
{
color: #AA5B8A;
}
.AnyTagClassName
{
color: #AA5B8A;
}
</style>
background-color css
<style>
a { background-color: #AA5B8A; }
a { background-color: rgb(170,91,138); }
div.DivClassName
{
background-color: #AA5B8A;
}
.BgClassName
{
background-color: #AA5B8A;
}
</style>
border-color css
<style>
span { border-color: #AA5B8A; }
span { border-color: rgb(170,91,138); }
td.TdClassName
{
border-color: #AA5B8A;
}
.TagClassName
{
border-color: #AA5B8A;
}
</style>