Shades of Strikemaster #A35F8D
Tints of Strikemaster #A35F8D
RGB
CMYK
RGB Variations
Color information
#A35F8D (or 0xA35F8D) is known color: Strikemaster. HEX triplet: A3, 5F and 8D. RGB value is (163,95,141). Sum of RGB (Red+Green+Blue) = 163+95+141=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35F8D is #5CA072. Grayscale: #787878. Windows color (decimal): -6070387 or 9265059. OLE color: 9265059.
HSL color Cylindrical-coordinate representation of color #A35F8D: hue angle of 319.41º 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 #A35F8D is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 95 | 141 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.36 |
| HSL | 319.41º | 0.27% | 0.51% | - |
| HSV(B) | 319.41º | 0.42% | 0.64% | - |
| XYZ | 24 | 17.89 | 27.39 | - |
| YUV | 120.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 95 | 141 | 0 | 0.42 | 0.13 | 0.36 | 319.41 | 0.27 | 0.51 |
| Hex | A3 | 5F | 8D | 0 | 2A | D | 24 | 13F | 1B | 33 |
| Octal | 243 | 137 | 215 | 0 | 52 | 15 | 44 | 477 | 33 | 63 |
| Binary | 10100011 | 1011111 | 10001101 | 0 | 101010 | 1101 | 100100 | 100111111 | 11011 | 110011 |
Color Harmonies of #A35F8D
Complementary color
Monochromatic Colors of #A35F8D
Black with #A35F8D
Text Example
Text Example
White with #A35F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35F8D; }
p { color: rgb(163,95,141); }
H1.HeaderClassName
{
color: #A35F8D;
}
.AnyTagClassName
{
color: #A35F8D;
}
</style>
background-color css
<style>
a { background-color: #A35F8D; }
a { background-color: rgb(163,95,141); }
div.DivClassName
{
background-color: #A35F8D;
}
.BgClassName
{
background-color: #A35F8D;
}
</style>
border-color css
<style>
span { border-color: #A35F8D; }
span { border-color: rgb(163,95,141); }
td.TdClassName
{
border-color: #A35F8D;
}
.TagClassName
{
border-color: #A35F8D;
}
</style>