Shades of Violet Blue #A75A9E
Tints of Violet Blue #A75A9E
RGB
CMYK
RGB Variations
Color information
#A75A9E (or 0xA75A9E) is known color: Violet Blue. HEX triplet: A7, 5A and 9E. RGB value is (167,90,158). Sum of RGB (Red+Green+Blue) = 167+90+158=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75A9E is #58A561. Grayscale: #787878. Windows color (decimal): -5809506 or 10377895. OLE color: 10377895.
HSL color Cylindrical-coordinate representation of color #A75A9E: hue angle of 307.01º 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 #A75A9E is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 90 | 158 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.35 |
| HSL | 307.01º | 0.3% | 0.5% | - |
| HSV(B) | 307.01º | 0.46% | 0.65% | - |
| XYZ | 25.76 | 18 | 34.46 | - |
| YUV | 120.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 158 | 0 | 0.46 | 0.05 | 0.35 | 307.01 | 0.3 | 0.5 |
| Hex | A7 | 5A | 9E | 0 | 2E | 5 | 23 | 133 | 1E | 32 |
| Octal | 247 | 132 | 236 | 0 | 56 | 5 | 43 | 463 | 36 | 62 |
| Binary | 10100111 | 1011010 | 10011110 | 0 | 101110 | 101 | 100011 | 100110011 | 11110 | 110010 |
Color Harmonies of #A75A9E
Complementary color
Monochromatic Colors of #A75A9E
Black with #A75A9E
Text Example
Text Example
White with #A75A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75A9E; }
p { color: rgb(167,90,158); }
H1.HeaderClassName
{
color: #A75A9E;
}
.AnyTagClassName
{
color: #A75A9E;
}
</style>
background-color css
<style>
a { background-color: #A75A9E; }
a { background-color: rgb(167,90,158); }
div.DivClassName
{
background-color: #A75A9E;
}
.BgClassName
{
background-color: #A75A9E;
}
</style>
border-color css
<style>
span { border-color: #A75A9E; }
span { border-color: rgb(167,90,158); }
td.TdClassName
{
border-color: #A75A9E;
}
.TagClassName
{
border-color: #A75A9E;
}
</style>