Shades of Strikemaster #A85D8E
Tints of Strikemaster #A85D8E
RGB
CMYK
RGB Variations
Color information
#A85D8E (or 0xA85D8E) is known color: Strikemaster. HEX triplet: A8, 5D and 8E. RGB value is (168,93,142). Sum of RGB (Red+Green+Blue) = 168+93+142=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85D8E is #57A271. Grayscale: #787878. Windows color (decimal): -5743218 or 9330088. OLE color: 9330088.
HSL color Cylindrical-coordinate representation of color #A85D8E: hue angle of 320.8º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A85D8E is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 93 | 142 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.34 |
| HSL | 320.8º | 0.3% | 0.51% | - |
| HSV(B) | 320.8º | 0.45% | 0.66% | - |
| XYZ | 24.95 | 18.11 | 27.77 | - |
| YUV | 121.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 142 | 0 | 0.45 | 0.15 | 0.34 | 320.8 | 0.3 | 0.51 |
| Hex | A8 | 5D | 8E | 0 | 2D | F | 22 | 141 | 1E | 33 |
| Octal | 250 | 135 | 216 | 0 | 55 | 17 | 42 | 501 | 36 | 63 |
| Binary | 10101000 | 1011101 | 10001110 | 0 | 101101 | 1111 | 100010 | 101000001 | 11110 | 110011 |
Color Harmonies of #A85D8E
Complementary color
Monochromatic Colors of #A85D8E
Black with #A85D8E
Text Example
Text Example
White with #A85D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85D8E; }
p { color: rgb(168,93,142); }
H1.HeaderClassName
{
color: #A85D8E;
}
.AnyTagClassName
{
color: #A85D8E;
}
</style>
background-color css
<style>
a { background-color: #A85D8E; }
a { background-color: rgb(168,93,142); }
div.DivClassName
{
background-color: #A85D8E;
}
.BgClassName
{
background-color: #A85D8E;
}
</style>
border-color css
<style>
span { border-color: #A85D8E; }
span { border-color: rgb(168,93,142); }
td.TdClassName
{
border-color: #A85D8E;
}
.TagClassName
{
border-color: #A85D8E;
}
</style>