Shades of Strikemaster #A85488
Tints of Strikemaster #A85488
RGB
CMYK
RGB Variations
Color information
#A85488 (or 0xA85488) is known color: Strikemaster. HEX triplet: A8, 54 and 88. RGB value is (168,84,136). Sum of RGB (Red+Green+Blue) = 168+84+136=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A85488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85488 is #57AB77. Grayscale: #727272. Windows color (decimal): -5745528 or 8934568. OLE color: 8934568.
HSL color Cylindrical-coordinate representation of color #A85488: hue angle of 322.86º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85488 is Cyan = 0, Magento = 0.5, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 136 | - |
| CMYK | 0 | 0.5 | 0.19 | 0.34 |
| HSL | 322.86º | 0.33% | 0.49% | - |
| HSV(B) | 322.86º | 0.5% | 0.66% | - |
| XYZ | 23.76 | 16.44 | 25.21 | - |
| YUV | 115.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 136 | 0 | 0.5 | 0.19 | 0.34 | 322.86 | 0.33 | 0.49 |
| Hex | A8 | 54 | 88 | 0 | 32 | 13 | 22 | 143 | 21 | 31 |
| Octal | 250 | 124 | 210 | 0 | 62 | 23 | 42 | 503 | 41 | 61 |
| Binary | 10101000 | 1010100 | 10001000 | 0 | 110010 | 10011 | 100010 | 101000011 | 100001 | 110001 |
Color Harmonies of #A85488
Complementary color
Monochromatic Colors of #A85488
Black with #A85488
Text Example
Text Example
White with #A85488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85488; }
p { color: rgb(168,84,136); }
H1.HeaderClassName
{
color: #A85488;
}
.AnyTagClassName
{
color: #A85488;
}
</style>
background-color css
<style>
a { background-color: #A85488; }
a { background-color: rgb(168,84,136); }
div.DivClassName
{
background-color: #A85488;
}
.BgClassName
{
background-color: #A85488;
}
</style>
border-color css
<style>
span { border-color: #A85488; }
span { border-color: rgb(168,84,136); }
td.TdClassName
{
border-color: #A85488;
}
.TagClassName
{
border-color: #A85488;
}
</style>