Shades of Strikemaster #A75A8B
Tints of Strikemaster #A75A8B
RGB
CMYK
RGB Variations
Color information
#A75A8B (or 0xA75A8B) is known color: Strikemaster. HEX triplet: A7, 5A and 8B. RGB value is (167,90,139). Sum of RGB (Red+Green+Blue) = 167+90+139=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75A8B is #58A574. Grayscale: #767676. Windows color (decimal): -5809525 or 9132711. OLE color: 9132711.
HSL color Cylindrical-coordinate representation of color #A75A8B: hue angle of 321.82º 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 #A75A8B is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 90 | 139 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.35 |
| HSL | 321.82º | 0.3% | 0.5% | - |
| HSV(B) | 321.82º | 0.46% | 0.65% | - |
| XYZ | 24.25 | 17.39 | 26.5 | - |
| YUV | 118.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 139 | 0 | 0.46 | 0.17 | 0.35 | 321.82 | 0.3 | 0.5 |
| Hex | A7 | 5A | 8B | 0 | 2E | 11 | 23 | 142 | 1E | 32 |
| Octal | 247 | 132 | 213 | 0 | 56 | 21 | 43 | 502 | 36 | 62 |
| Binary | 10100111 | 1011010 | 10001011 | 0 | 101110 | 10001 | 100011 | 101000010 | 11110 | 110010 |
Color Harmonies of #A75A8B
Complementary color
Monochromatic Colors of #A75A8B
Black with #A75A8B
Text Example
Text Example
White with #A75A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75A8B; }
p { color: rgb(167,90,139); }
H1.HeaderClassName
{
color: #A75A8B;
}
.AnyTagClassName
{
color: #A75A8B;
}
</style>
background-color css
<style>
a { background-color: #A75A8B; }
a { background-color: rgb(167,90,139); }
div.DivClassName
{
background-color: #A75A8B;
}
.BgClassName
{
background-color: #A75A8B;
}
</style>
border-color css
<style>
span { border-color: #A75A8B; }
span { border-color: rgb(167,90,139); }
td.TdClassName
{
border-color: #A75A8B;
}
.TagClassName
{
border-color: #A75A8B;
}
</style>