Shades of Strikemaster #A75B84
Tints of Strikemaster #A75B84
RGB
CMYK
RGB Variations
Color information
#A75B84 (or 0xA75B84) is known color: Strikemaster. HEX triplet: A7, 5B and 84. RGB value is (167,91,132). Sum of RGB (Red+Green+Blue) = 167+91+132=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75B84 is #58A47B. Grayscale: #767676. Windows color (decimal): -5809276 or 8674215. OLE color: 8674215.
HSL color Cylindrical-coordinate representation of color #A75B84: hue angle of 327.63º 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 #A75B84 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 91 | 132 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.35 |
| HSL | 327.63º | 0.3% | 0.51% | - |
| HSV(B) | 327.63º | 0.46% | 0.65% | - |
| XYZ | 23.84 | 17.36 | 23.92 | - |
| YUV | 118.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 91 | 132 | 0 | 0.46 | 0.21 | 0.35 | 327.63 | 0.3 | 0.51 |
| Hex | A7 | 5B | 84 | 0 | 2E | 15 | 23 | 148 | 1E | 33 |
| Octal | 247 | 133 | 204 | 0 | 56 | 25 | 43 | 510 | 36 | 63 |
| Binary | 10100111 | 1011011 | 10000100 | 0 | 101110 | 10101 | 100011 | 101001000 | 11110 | 110011 |
Color Harmonies of #A75B84
Complementary color
Monochromatic Colors of #A75B84
Black with #A75B84
Text Example
Text Example
White with #A75B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75B84; }
p { color: rgb(167,91,132); }
H1.HeaderClassName
{
color: #A75B84;
}
.AnyTagClassName
{
color: #A75B84;
}
</style>
background-color css
<style>
a { background-color: #A75B84; }
a { background-color: rgb(167,91,132); }
div.DivClassName
{
background-color: #A75B84;
}
.BgClassName
{
background-color: #A75B84;
}
</style>
border-color css
<style>
span { border-color: #A75B84; }
span { border-color: rgb(167,91,132); }
td.TdClassName
{
border-color: #A75B84;
}
.TagClassName
{
border-color: #A75B84;
}
</style>