Shades of Violet Blue #A75694
Tints of Violet Blue #A75694
RGB
CMYK
RGB Variations
Color information
#A75694 (or 0xA75694) is known color: Violet Blue. HEX triplet: A7, 56 and 94. RGB value is (167,86,148). Sum of RGB (Red+Green+Blue) = 167+86+148=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A75694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75694 is #58A96B. Grayscale: #757575. Windows color (decimal): -5810540 or 9721511. OLE color: 9721511.
HSL color Cylindrical-coordinate representation of color #A75694: hue angle of 314.07º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A75694 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 86 | 148 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.35 |
| HSL | 314.07º | 0.32% | 0.5% | - |
| HSV(B) | 314.07º | 0.49% | 0.65% | - |
| XYZ | 24.61 | 17.01 | 30 | - |
| YUV | 117.29 | 145.34 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 148 | 0 | 0.49 | 0.11 | 0.35 | 314.07 | 0.32 | 0.5 |
| Hex | A7 | 56 | 94 | 0 | 31 | B | 23 | 13A | 20 | 32 |
| Octal | 247 | 126 | 224 | 0 | 61 | 13 | 43 | 472 | 40 | 62 |
| Binary | 10100111 | 1010110 | 10010100 | 0 | 110001 | 1011 | 100011 | 100111010 | 100000 | 110010 |
Color Harmonies of #A75694
Complementary color
Monochromatic Colors of #A75694
Black with #A75694
Text Example
Text Example
White with #A75694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75694; }
p { color: rgb(167,86,148); }
H1.HeaderClassName
{
color: #A75694;
}
.AnyTagClassName
{
color: #A75694;
}
</style>
background-color css
<style>
a { background-color: #A75694; }
a { background-color: rgb(167,86,148); }
div.DivClassName
{
background-color: #A75694;
}
.BgClassName
{
background-color: #A75694;
}
</style>
border-color css
<style>
span { border-color: #A75694; }
span { border-color: rgb(167,86,148); }
td.TdClassName
{
border-color: #A75694;
}
.TagClassName
{
border-color: #A75694;
}
</style>