Shades of Strikemaster #A85A89
Tints of Strikemaster #A85A89
RGB
CMYK
RGB Variations
Color information
#A85A89 (or 0xA85A89) is known color: Strikemaster. HEX triplet: A8, 5A and 89. RGB value is (168,90,137). Sum of RGB (Red+Green+Blue) = 168+90+137=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85A89 is #57A576. Grayscale: #767676. Windows color (decimal): -5743991 or 9001640. OLE color: 9001640.
HSL color Cylindrical-coordinate representation of color #A85A89: hue angle of 323.85º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A85A89 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 90 | 137 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.34 |
| HSL | 323.85º | 0.31% | 0.51% | - |
| HSV(B) | 323.85º | 0.46% | 0.66% | - |
| XYZ | 24.32 | 17.44 | 25.75 | - |
| YUV | 118.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 137 | 0 | 0.46 | 0.18 | 0.34 | 323.85 | 0.31 | 0.51 |
| Hex | A8 | 5A | 89 | 0 | 2E | 12 | 22 | 144 | 1F | 33 |
| Octal | 250 | 132 | 211 | 0 | 56 | 22 | 42 | 504 | 37 | 63 |
| Binary | 10101000 | 1011010 | 10001001 | 0 | 101110 | 10010 | 100010 | 101000100 | 11111 | 110011 |
Color Harmonies of #A85A89
Complementary color
Monochromatic Colors of #A85A89
Black with #A85A89
Text Example
Text Example
White with #A85A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85A89; }
p { color: rgb(168,90,137); }
H1.HeaderClassName
{
color: #A85A89;
}
.AnyTagClassName
{
color: #A85A89;
}
</style>
background-color css
<style>
a { background-color: #A85A89; }
a { background-color: rgb(168,90,137); }
div.DivClassName
{
background-color: #A85A89;
}
.BgClassName
{
background-color: #A85A89;
}
</style>
border-color css
<style>
span { border-color: #A85A89; }
span { border-color: rgb(168,90,137); }
td.TdClassName
{
border-color: #A85A89;
}
.TagClassName
{
border-color: #A85A89;
}
</style>