Shades of Strikemaster #A75A8A
Tints of Strikemaster #A75A8A
RGB
CMYK
RGB Variations
Color information
#A75A8A (or 0xA75A8A) is known color: Strikemaster. HEX triplet: A7, 5A and 8A. RGB value is (167,90,138). Sum of RGB (Red+Green+Blue) = 167+90+138=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75A8A is #58A575. Grayscale: #767676. Windows color (decimal): -5809526 or 9067175. OLE color: 9067175.
HSL color Cylindrical-coordinate representation of color #A75A8A: hue angle of 322.6º 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 #A75A8A is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 90 | 138 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.35 |
| HSL | 322.6º | 0.3% | 0.5% | - |
| HSV(B) | 322.6º | 0.46% | 0.65% | - |
| XYZ | 24.18 | 17.36 | 26.12 | - |
| YUV | 118.5 | 139.01 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 138 | 0 | 0.46 | 0.17 | 0.35 | 322.6 | 0.3 | 0.5 |
| Hex | A7 | 5A | 8A | 0 | 2E | 11 | 23 | 143 | 1E | 32 |
| Octal | 247 | 132 | 212 | 0 | 56 | 21 | 43 | 503 | 36 | 62 |
| Binary | 10100111 | 1011010 | 10001010 | 0 | 101110 | 10001 | 100011 | 101000011 | 11110 | 110010 |
Color Harmonies of #A75A8A
Complementary color
Monochromatic Colors of #A75A8A
Black with #A75A8A
Text Example
Text Example
White with #A75A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75A8A; }
p { color: rgb(167,90,138); }
H1.HeaderClassName
{
color: #A75A8A;
}
.AnyTagClassName
{
color: #A75A8A;
}
</style>
background-color css
<style>
a { background-color: #A75A8A; }
a { background-color: rgb(167,90,138); }
div.DivClassName
{
background-color: #A75A8A;
}
.BgClassName
{
background-color: #A75A8A;
}
</style>
border-color css
<style>
span { border-color: #A75A8A; }
span { border-color: rgb(167,90,138); }
td.TdClassName
{
border-color: #A75A8A;
}
.TagClassName
{
border-color: #A75A8A;
}
</style>