Shades of Strikemaster #A85589
Tints of Strikemaster #A85589
RGB
CMYK
RGB Variations
Color information
#A85589 (or 0xA85589) is known color: Strikemaster. HEX triplet: A8, 55 and 89. RGB value is (168,85,137). Sum of RGB (Red+Green+Blue) = 168+85+137=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A85589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85589 is #57AA76. Grayscale: #737373. Windows color (decimal): -5745271 or 9000360. OLE color: 9000360.
HSL color Cylindrical-coordinate representation of color #A85589: hue angle of 322.41º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A85589 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 85 | 137 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.34 |
| HSL | 322.41º | 0.33% | 0.5% | - |
| HSV(B) | 322.41º | 0.49% | 0.66% | - |
| XYZ | 23.91 | 16.63 | 25.62 | - |
| YUV | 115.75 | 140 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 137 | 0 | 0.49 | 0.18 | 0.34 | 322.41 | 0.33 | 0.5 |
| Hex | A8 | 55 | 89 | 0 | 31 | 12 | 22 | 142 | 21 | 32 |
| Octal | 250 | 125 | 211 | 0 | 61 | 22 | 42 | 502 | 41 | 62 |
| Binary | 10101000 | 1010101 | 10001001 | 0 | 110001 | 10010 | 100010 | 101000010 | 100001 | 110010 |
Color Harmonies of #A85589
Complementary color
Monochromatic Colors of #A85589
Black with #A85589
Text Example
Text Example
White with #A85589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85589; }
p { color: rgb(168,85,137); }
H1.HeaderClassName
{
color: #A85589;
}
.AnyTagClassName
{
color: #A85589;
}
</style>
background-color css
<style>
a { background-color: #A85589; }
a { background-color: rgb(168,85,137); }
div.DivClassName
{
background-color: #A85589;
}
.BgClassName
{
background-color: #A85589;
}
</style>
border-color css
<style>
span { border-color: #A85589; }
span { border-color: rgb(168,85,137); }
td.TdClassName
{
border-color: #A85589;
}
.TagClassName
{
border-color: #A85589;
}
</style>