Shades of Strikemaster #A75A8D
Tints of Strikemaster #A75A8D
RGB
CMYK
RGB Variations
Color information
#A75A8D (or 0xA75A8D) is known color: Strikemaster. HEX triplet: A7, 5A and 8D. RGB value is (167,90,141). Sum of RGB (Red+Green+Blue) = 167+90+141=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75A8D is #58A572. Grayscale: #767676. Windows color (decimal): -5809523 or 9263783. OLE color: 9263783.
HSL color Cylindrical-coordinate representation of color #A75A8D: hue angle of 320.26º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A75A8D is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 90 | 141 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.35 |
| HSL | 320.26º | 0.3% | 0.5% | - |
| HSV(B) | 320.26º | 0.46% | 0.65% | - |
| XYZ | 24.4 | 17.45 | 27.28 | - |
| YUV | 118.84 | 140.51 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 141 | 0 | 0.46 | 0.16 | 0.35 | 320.26 | 0.3 | 0.5 |
| Hex | A7 | 5A | 8D | 0 | 2E | 10 | 23 | 140 | 1E | 32 |
| Octal | 247 | 132 | 215 | 0 | 56 | 20 | 43 | 500 | 36 | 62 |
| Binary | 10100111 | 1011010 | 10001101 | 0 | 101110 | 10000 | 100011 | 101000000 | 11110 | 110010 |
Color Harmonies of #A75A8D
Complementary color
Monochromatic Colors of #A75A8D
Black with #A75A8D
Text Example
Text Example
White with #A75A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75A8D; }
p { color: rgb(167,90,141); }
H1.HeaderClassName
{
color: #A75A8D;
}
.AnyTagClassName
{
color: #A75A8D;
}
</style>
background-color css
<style>
a { background-color: #A75A8D; }
a { background-color: rgb(167,90,141); }
div.DivClassName
{
background-color: #A75A8D;
}
.BgClassName
{
background-color: #A75A8D;
}
</style>
border-color css
<style>
span { border-color: #A75A8D; }
span { border-color: rgb(167,90,141); }
td.TdClassName
{
border-color: #A75A8D;
}
.TagClassName
{
border-color: #A75A8D;
}
</style>