Shades of Strikemaster #A75B8E
Tints of Strikemaster #A75B8E
RGB
CMYK
RGB Variations
Color information
#A75B8E (or 0xA75B8E) is known color: Strikemaster. HEX triplet: A7, 5B and 8E. RGB value is (167,91,142). Sum of RGB (Red+Green+Blue) = 167+91+142=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75B8E is #58A471. Grayscale: #777777. Windows color (decimal): -5809266 or 9329575. OLE color: 9329575.
HSL color Cylindrical-coordinate representation of color #A75B8E: hue angle of 319.74º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A75B8E is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 91 | 142 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.35 |
| HSL | 319.74º | 0.3% | 0.51% | - |
| HSV(B) | 319.74º | 0.46% | 0.65% | - |
| XYZ | 24.56 | 17.65 | 27.7 | - |
| YUV | 119.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 91 | 142 | 0 | 0.46 | 0.15 | 0.35 | 319.74 | 0.3 | 0.51 |
| Hex | A7 | 5B | 8E | 0 | 2E | F | 23 | 140 | 1E | 33 |
| Octal | 247 | 133 | 216 | 0 | 56 | 17 | 43 | 500 | 36 | 63 |
| Binary | 10100111 | 1011011 | 10001110 | 0 | 101110 | 1111 | 100011 | 101000000 | 11110 | 110011 |
Color Harmonies of #A75B8E
Complementary color
Monochromatic Colors of #A75B8E
Black with #A75B8E
Text Example
Text Example
White with #A75B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75B8E; }
p { color: rgb(167,91,142); }
H1.HeaderClassName
{
color: #A75B8E;
}
.AnyTagClassName
{
color: #A75B8E;
}
</style>
background-color css
<style>
a { background-color: #A75B8E; }
a { background-color: rgb(167,91,142); }
div.DivClassName
{
background-color: #A75B8E;
}
.BgClassName
{
background-color: #A75B8E;
}
</style>
border-color css
<style>
span { border-color: #A75B8E; }
span { border-color: rgb(167,91,142); }
td.TdClassName
{
border-color: #A75B8E;
}
.TagClassName
{
border-color: #A75B8E;
}
</style>