Shades of Violet Blue #A75794
Tints of Violet Blue #A75794
RGB
CMYK
RGB Variations
Color information
#A75794 (or 0xA75794) is known color: Violet Blue. HEX triplet: A7, 57 and 94. RGB value is (167,87,148). Sum of RGB (Red+Green+Blue) = 167+87+148=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A75794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75794 is #58A86B. Grayscale: #757575. Windows color (decimal): -5810284 or 9721767. OLE color: 9721767.
HSL color Cylindrical-coordinate representation of color #A75794: hue angle of 314.25º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75794 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 87 | 148 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.35 |
| HSL | 314.25º | 0.31% | 0.5% | - |
| HSV(B) | 314.25º | 0.48% | 0.65% | - |
| XYZ | 24.69 | 17.17 | 30.03 | - |
| YUV | 117.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 87 | 148 | 0 | 0.48 | 0.11 | 0.35 | 314.25 | 0.31 | 0.5 |
| Hex | A7 | 57 | 94 | 0 | 30 | B | 23 | 13A | 1F | 32 |
| Octal | 247 | 127 | 224 | 0 | 60 | 13 | 43 | 472 | 37 | 62 |
| Binary | 10100111 | 1010111 | 10010100 | 0 | 110000 | 1011 | 100011 | 100111010 | 11111 | 110010 |
Color Harmonies of #A75794
Complementary color
Monochromatic Colors of #A75794
Black with #A75794
Text Example
Text Example
White with #A75794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75794; }
p { color: rgb(167,87,148); }
H1.HeaderClassName
{
color: #A75794;
}
.AnyTagClassName
{
color: #A75794;
}
</style>
background-color css
<style>
a { background-color: #A75794; }
a { background-color: rgb(167,87,148); }
div.DivClassName
{
background-color: #A75794;
}
.BgClassName
{
background-color: #A75794;
}
</style>
border-color css
<style>
span { border-color: #A75794; }
span { border-color: rgb(167,87,148); }
td.TdClassName
{
border-color: #A75794;
}
.TagClassName
{
border-color: #A75794;
}
</style>