Shades of Strikemaster #A85A8E
Tints of Strikemaster #A85A8E
RGB
CMYK
RGB Variations
Color information
#A85A8E (or 0xA85A8E) is known color: Strikemaster. HEX triplet: A8, 5A and 8E. RGB value is (168,90,142). Sum of RGB (Red+Green+Blue) = 168+90+142=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85A8E is #57A571. Grayscale: #777777. Windows color (decimal): -5743986 or 9329320. OLE color: 9329320.
HSL color Cylindrical-coordinate representation of color #A85A8E: hue angle of 320º 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 #A85A8E is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 90 | 142 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.34 |
| HSL | 320º | 0.31% | 0.51% | - |
| HSV(B) | 320º | 0.46% | 0.66% | - |
| XYZ | 24.69 | 17.59 | 27.69 | - |
| YUV | 119.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 142 | 0 | 0.46 | 0.15 | 0.34 | 320 | 0.31 | 0.51 |
| Hex | A8 | 5A | 8E | 0 | 2E | F | 22 | 140 | 1F | 33 |
| Octal | 250 | 132 | 216 | 0 | 56 | 17 | 42 | 500 | 37 | 63 |
| Binary | 10101000 | 1011010 | 10001110 | 0 | 101110 | 1111 | 100010 | 101000000 | 11111 | 110011 |
Color Harmonies of #A85A8E
Complementary color
Monochromatic Colors of #A85A8E
Black with #A85A8E
Text Example
Text Example
White with #A85A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85A8E; }
p { color: rgb(168,90,142); }
H1.HeaderClassName
{
color: #A85A8E;
}
.AnyTagClassName
{
color: #A85A8E;
}
</style>
background-color css
<style>
a { background-color: #A85A8E; }
a { background-color: rgb(168,90,142); }
div.DivClassName
{
background-color: #A85A8E;
}
.BgClassName
{
background-color: #A85A8E;
}
</style>
border-color css
<style>
span { border-color: #A85A8E; }
span { border-color: rgb(168,90,142); }
td.TdClassName
{
border-color: #A85A8E;
}
.TagClassName
{
border-color: #A85A8E;
}
</style>