Shades of Strikemaster #A35F80
Tints of Strikemaster #A35F80
RGB
CMYK
RGB Variations
Color information
#A35F80 (or 0xA35F80) is known color: Strikemaster. HEX triplet: A3, 5F and 80. RGB value is (163,95,128). Sum of RGB (Red+Green+Blue) = 163+95+128=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35F80 is #5CA07F. Grayscale: #777777. Windows color (decimal): -6070400 or 8413091. OLE color: 8413091.
HSL color Cylindrical-coordinate representation of color #A35F80: hue angle of 330.88º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A35F80 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 95 | 128 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.36 |
| HSL | 330.88º | 0.27% | 0.51% | - |
| HSV(B) | 330.88º | 0.42% | 0.64% | - |
| XYZ | 23.09 | 17.53 | 22.59 | - |
| YUV | 119.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 95 | 128 | 0 | 0.42 | 0.21 | 0.36 | 330.88 | 0.27 | 0.51 |
| Hex | A3 | 5F | 80 | 0 | 2A | 15 | 24 | 14B | 1B | 33 |
| Octal | 243 | 137 | 200 | 0 | 52 | 25 | 44 | 513 | 33 | 63 |
| Binary | 10100011 | 1011111 | 10000000 | 0 | 101010 | 10101 | 100100 | 101001011 | 11011 | 110011 |
Color Harmonies of #A35F80
Complementary color
Monochromatic Colors of #A35F80
Black with #A35F80
Text Example
Text Example
White with #A35F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35F80; }
p { color: rgb(163,95,128); }
H1.HeaderClassName
{
color: #A35F80;
}
.AnyTagClassName
{
color: #A35F80;
}
</style>
background-color css
<style>
a { background-color: #A35F80; }
a { background-color: rgb(163,95,128); }
div.DivClassName
{
background-color: #A35F80;
}
.BgClassName
{
background-color: #A35F80;
}
</style>
border-color css
<style>
span { border-color: #A35F80; }
span { border-color: rgb(163,95,128); }
td.TdClassName
{
border-color: #A35F80;
}
.TagClassName
{
border-color: #A35F80;
}
</style>