Shades of Strikemaster #A85F82
Tints of Strikemaster #A85F82
RGB
CMYK
RGB Variations
Color information
#A85F82 (or 0xA85F82) is known color: Strikemaster. HEX triplet: A8, 5F and 82. RGB value is (168,95,130). Sum of RGB (Red+Green+Blue) = 168+95+130=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85F82 is #57A07D. Grayscale: #787878. Windows color (decimal): -5742718 or 8544168. OLE color: 8544168.
HSL color Cylindrical-coordinate representation of color #A85F82: hue angle of 331.23º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A85F82 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 95 | 130 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.34 |
| HSL | 331.23º | 0.3% | 0.52% | - |
| HSV(B) | 331.23º | 0.43% | 0.66% | - |
| XYZ | 24.27 | 18.12 | 23.34 | - |
| YUV | 120.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 130 | 0 | 0.43 | 0.23 | 0.34 | 331.23 | 0.3 | 0.52 |
| Hex | A8 | 5F | 82 | 0 | 2B | 17 | 22 | 14B | 1E | 34 |
| Octal | 250 | 137 | 202 | 0 | 53 | 27 | 42 | 513 | 36 | 64 |
| Binary | 10101000 | 1011111 | 10000010 | 0 | 101011 | 10111 | 100010 | 101001011 | 11110 | 110100 |
Color Harmonies of #A85F82
Complementary color
Monochromatic Colors of #A85F82
Black with #A85F82
Text Example
Text Example
White with #A85F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85F82; }
p { color: rgb(168,95,130); }
H1.HeaderClassName
{
color: #A85F82;
}
.AnyTagClassName
{
color: #A85F82;
}
</style>
background-color css
<style>
a { background-color: #A85F82; }
a { background-color: rgb(168,95,130); }
div.DivClassName
{
background-color: #A85F82;
}
.BgClassName
{
background-color: #A85F82;
}
</style>
border-color css
<style>
span { border-color: #A85F82; }
span { border-color: rgb(168,95,130); }
td.TdClassName
{
border-color: #A85F82;
}
.TagClassName
{
border-color: #A85F82;
}
</style>