Shades of Strikemaster #A85C80
Tints of Strikemaster #A85C80
RGB
CMYK
RGB Variations
Color information
#A85C80 (or 0xA85C80) is known color: Strikemaster. HEX triplet: A8, 5C and 80. RGB value is (168,92,128). Sum of RGB (Red+Green+Blue) = 168+92+128=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85C80 is #57A37F. Grayscale: #767676. Windows color (decimal): -5743488 or 8412328. OLE color: 8412328.
HSL color Cylindrical-coordinate representation of color #A85C80: hue angle of 331.58º 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 #A85C80 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 92 | 128 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.34 |
| HSL | 331.58º | 0.3% | 0.51% | - |
| HSV(B) | 331.58º | 0.45% | 0.66% | - |
| XYZ | 23.87 | 17.54 | 22.55 | - |
| YUV | 118.83 | 133.18 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 128 | 0 | 0.45 | 0.24 | 0.34 | 331.58 | 0.3 | 0.51 |
| Hex | A8 | 5C | 80 | 0 | 2D | 18 | 22 | 14C | 1E | 33 |
| Octal | 250 | 134 | 200 | 0 | 55 | 30 | 42 | 514 | 36 | 63 |
| Binary | 10101000 | 1011100 | 10000000 | 0 | 101101 | 11000 | 100010 | 101001100 | 11110 | 110011 |
Color Harmonies of #A85C80
Complementary color
Monochromatic Colors of #A85C80
Black with #A85C80
Text Example
Text Example
White with #A85C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85C80; }
p { color: rgb(168,92,128); }
H1.HeaderClassName
{
color: #A85C80;
}
.AnyTagClassName
{
color: #A85C80;
}
</style>
background-color css
<style>
a { background-color: #A85C80; }
a { background-color: rgb(168,92,128); }
div.DivClassName
{
background-color: #A85C80;
}
.BgClassName
{
background-color: #A85C80;
}
</style>
border-color css
<style>
span { border-color: #A85C80; }
span { border-color: rgb(168,92,128); }
td.TdClassName
{
border-color: #A85C80;
}
.TagClassName
{
border-color: #A85C80;
}
</style>