Shades of Strikemaster #AA5A8C
Tints of Strikemaster #AA5A8C
RGB
CMYK
RGB Variations
Color information
#AA5A8C (or 0xAA5A8C) is known color: Strikemaster. HEX triplet: AA, 5A and 8C. RGB value is (170,90,140). Sum of RGB (Red+Green+Blue) = 170+90+140=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5A8C is #55A573. Grayscale: #777777. Windows color (decimal): -5612916 or 9198250. OLE color: 9198250.
HSL color Cylindrical-coordinate representation of color #AA5A8C: hue angle of 322.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5A8C is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 140 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.33 |
| HSL | 322.5º | 0.32% | 0.51% | - |
| HSV(B) | 322.5º | 0.47% | 0.67% | - |
| XYZ | 24.97 | 17.75 | 26.92 | - |
| YUV | 119.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 140 | 0 | 0.47 | 0.18 | 0.33 | 322.5 | 0.32 | 0.51 |
| Hex | AA | 5A | 8C | 0 | 2F | 12 | 21 | 142 | 20 | 33 |
| Octal | 252 | 132 | 214 | 0 | 57 | 22 | 41 | 502 | 40 | 63 |
| Binary | 10101010 | 1011010 | 10001100 | 0 | 101111 | 10010 | 100001 | 101000010 | 100000 | 110011 |
Color Harmonies of #AA5A8C
Complementary color
Monochromatic Colors of #AA5A8C
Black with #AA5A8C
Text Example
Text Example
White with #AA5A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A8C; }
p { color: rgb(170,90,140); }
H1.HeaderClassName
{
color: #AA5A8C;
}
.AnyTagClassName
{
color: #AA5A8C;
}
</style>
background-color css
<style>
a { background-color: #AA5A8C; }
a { background-color: rgb(170,90,140); }
div.DivClassName
{
background-color: #AA5A8C;
}
.BgClassName
{
background-color: #AA5A8C;
}
</style>
border-color css
<style>
span { border-color: #AA5A8C; }
span { border-color: rgb(170,90,140); }
td.TdClassName
{
border-color: #AA5A8C;
}
.TagClassName
{
border-color: #AA5A8C;
}
</style>