Shades of Strikemaster #A85885
Tints of Strikemaster #A85885
RGB
CMYK
RGB Variations
Color information
#A85885 (or 0xA85885) is known color: Strikemaster. HEX triplet: A8, 58 and 85. RGB value is (168,88,133). Sum of RGB (Red+Green+Blue) = 168+88+133=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A85885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85885 is #57A77A. Grayscale: #747474. Windows color (decimal): -5744507 or 8738984. OLE color: 8738984.
HSL color Cylindrical-coordinate representation of color #A85885: hue angle of 326.25º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A85885 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 133 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.34 |
| HSL | 326.25º | 0.31% | 0.5% | - |
| HSV(B) | 326.25º | 0.48% | 0.66% | - |
| XYZ | 23.87 | 17 | 24.21 | - |
| YUV | 117.05 | 137 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 133 | 0 | 0.48 | 0.21 | 0.34 | 326.25 | 0.31 | 0.5 |
| Hex | A8 | 58 | 85 | 0 | 30 | 15 | 22 | 146 | 1F | 32 |
| Octal | 250 | 130 | 205 | 0 | 60 | 25 | 42 | 506 | 37 | 62 |
| Binary | 10101000 | 1011000 | 10000101 | 0 | 110000 | 10101 | 100010 | 101000110 | 11111 | 110010 |
Color Harmonies of #A85885
Complementary color
Monochromatic Colors of #A85885
Black with #A85885
Text Example
Text Example
White with #A85885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85885; }
p { color: rgb(168,88,133); }
H1.HeaderClassName
{
color: #A85885;
}
.AnyTagClassName
{
color: #A85885;
}
</style>
background-color css
<style>
a { background-color: #A85885; }
a { background-color: rgb(168,88,133); }
div.DivClassName
{
background-color: #A85885;
}
.BgClassName
{
background-color: #A85885;
}
</style>
border-color css
<style>
span { border-color: #A85885; }
span { border-color: rgb(168,88,133); }
td.TdClassName
{
border-color: #A85885;
}
.TagClassName
{
border-color: #A85885;
}
</style>