Shades of Strikemaster #AA5C83
Tints of Strikemaster #AA5C83
RGB
CMYK
RGB Variations
Color information
#AA5C83 (or 0xAA5C83) is known color: Strikemaster. HEX triplet: AA, 5C and 83. RGB value is (170,92,131). Sum of RGB (Red+Green+Blue) = 170+92+131=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5C83 is #55A37C. Grayscale: #777777. Windows color (decimal): -5612413 or 8608938. OLE color: 8608938.
HSL color Cylindrical-coordinate representation of color #AA5C83: hue angle of 330º degrees, saturation: 0.31, 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 #AA5C83 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 131 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.33 |
| HSL | 330º | 0.31% | 0.51% | - |
| HSV(B) | 330º | 0.46% | 0.67% | - |
| XYZ | 24.5 | 17.84 | 23.62 | - |
| YUV | 119.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 131 | 0 | 0.46 | 0.23 | 0.33 | 330 | 0.31 | 0.51 |
| Hex | AA | 5C | 83 | 0 | 2E | 17 | 21 | 14A | 1F | 33 |
| Octal | 252 | 134 | 203 | 0 | 56 | 27 | 41 | 512 | 37 | 63 |
| Binary | 10101010 | 1011100 | 10000011 | 0 | 101110 | 10111 | 100001 | 101001010 | 11111 | 110011 |
Color Harmonies of #AA5C83
Complementary color
Monochromatic Colors of #AA5C83
Black with #AA5C83
Text Example
Text Example
White with #AA5C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C83; }
p { color: rgb(170,92,131); }
H1.HeaderClassName
{
color: #AA5C83;
}
.AnyTagClassName
{
color: #AA5C83;
}
</style>
background-color css
<style>
a { background-color: #AA5C83; }
a { background-color: rgb(170,92,131); }
div.DivClassName
{
background-color: #AA5C83;
}
.BgClassName
{
background-color: #AA5C83;
}
</style>
border-color css
<style>
span { border-color: #AA5C83; }
span { border-color: rgb(170,92,131); }
td.TdClassName
{
border-color: #AA5C83;
}
.TagClassName
{
border-color: #AA5C83;
}
</style>