Shades of Strikemaster #A35D8D
Tints of Strikemaster #A35D8D
RGB
CMYK
RGB Variations
Color information
#A35D8D (or 0xA35D8D) is known color: Strikemaster. HEX triplet: A3, 5D and 8D. RGB value is (163,93,141). Sum of RGB (Red+Green+Blue) = 163+93+141=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35D8D is #5CA272. Grayscale: #777777. Windows color (decimal): -6070899 or 9264547. OLE color: 9264547.
HSL color Cylindrical-coordinate representation of color #A35D8D: hue angle of 318.86º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A35D8D is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 93 | 141 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.36 |
| HSL | 318.86º | 0.28% | 0.5% | - |
| HSV(B) | 318.86º | 0.43% | 0.64% | - |
| XYZ | 23.83 | 17.54 | 27.33 | - |
| YUV | 119.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 141 | 0 | 0.43 | 0.13 | 0.36 | 318.86 | 0.28 | 0.5 |
| Hex | A3 | 5D | 8D | 0 | 2B | D | 24 | 13F | 1C | 32 |
| Octal | 243 | 135 | 215 | 0 | 53 | 15 | 44 | 477 | 34 | 62 |
| Binary | 10100011 | 1011101 | 10001101 | 0 | 101011 | 1101 | 100100 | 100111111 | 11100 | 110010 |
Color Harmonies of #A35D8D
Complementary color
Monochromatic Colors of #A35D8D
Black with #A35D8D
Text Example
Text Example
White with #A35D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35D8D; }
p { color: rgb(163,93,141); }
H1.HeaderClassName
{
color: #A35D8D;
}
.AnyTagClassName
{
color: #A35D8D;
}
</style>
background-color css
<style>
a { background-color: #A35D8D; }
a { background-color: rgb(163,93,141); }
div.DivClassName
{
background-color: #A35D8D;
}
.BgClassName
{
background-color: #A35D8D;
}
</style>
border-color css
<style>
span { border-color: #A35D8D; }
span { border-color: rgb(163,93,141); }
td.TdClassName
{
border-color: #A35D8D;
}
.TagClassName
{
border-color: #A35D8D;
}
</style>