Shades of Strikemaster #A35B8D
Tints of Strikemaster #A35B8D
RGB
CMYK
RGB Variations
Color information
#A35B8D (or 0xA35B8D) is known color: Strikemaster. HEX triplet: A3, 5B and 8D. RGB value is (163,91,141). Sum of RGB (Red+Green+Blue) = 163+91+141=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35B8D is #5CA472. Grayscale: #767676. Windows color (decimal): -6071411 or 9264035. OLE color: 9264035.
HSL color Cylindrical-coordinate representation of color #A35B8D: hue angle of 318.33º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A35B8D is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 91 | 141 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.36 |
| HSL | 318.33º | 0.28% | 0.5% | - |
| HSV(B) | 318.33º | 0.44% | 0.64% | - |
| XYZ | 23.65 | 17.19 | 27.27 | - |
| YUV | 118.23 | 140.85 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 141 | 0 | 0.44 | 0.13 | 0.36 | 318.33 | 0.28 | 0.5 |
| Hex | A3 | 5B | 8D | 0 | 2C | D | 24 | 13E | 1C | 32 |
| Octal | 243 | 133 | 215 | 0 | 54 | 15 | 44 | 476 | 34 | 62 |
| Binary | 10100011 | 1011011 | 10001101 | 0 | 101100 | 1101 | 100100 | 100111110 | 11100 | 110010 |
Color Harmonies of #A35B8D
Complementary color
Monochromatic Colors of #A35B8D
Black with #A35B8D
Text Example
Text Example
White with #A35B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35B8D; }
p { color: rgb(163,91,141); }
H1.HeaderClassName
{
color: #A35B8D;
}
.AnyTagClassName
{
color: #A35B8D;
}
</style>
background-color css
<style>
a { background-color: #A35B8D; }
a { background-color: rgb(163,91,141); }
div.DivClassName
{
background-color: #A35B8D;
}
.BgClassName
{
background-color: #A35B8D;
}
</style>
border-color css
<style>
span { border-color: #A35B8D; }
span { border-color: rgb(163,91,141); }
td.TdClassName
{
border-color: #A35B8D;
}
.TagClassName
{
border-color: #A35B8D;
}
</style>