Shades of Violet Blue #A759A4
Tints of Violet Blue #A759A4
RGB
CMYK
RGB Variations
Color information
#A759A4 (or 0xA759A4) is known color: Violet Blue. HEX triplet: A7, 59 and A4. RGB value is (167,89,164). Sum of RGB (Red+Green+Blue) = 167+89+164=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A759A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A759A4 is #58A65B. Grayscale: #787878. Windows color (decimal): -5809756 or 10770855. OLE color: 10770855.
HSL color Cylindrical-coordinate representation of color #A759A4: hue angle of 302.31º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A759A4 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 89 | 164 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.35 |
| HSL | 302.31º | 0.31% | 0.5% | - |
| HSV(B) | 302.31º | 0.47% | 0.65% | - |
| XYZ | 26.21 | 18.04 | 37.22 | - |
| YUV | 120.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 164 | 0 | 0.47 | 0.02 | 0.35 | 302.31 | 0.31 | 0.5 |
| Hex | A7 | 59 | A4 | 0 | 2F | 2 | 23 | 12E | 1F | 32 |
| Octal | 247 | 131 | 244 | 0 | 57 | 2 | 43 | 456 | 37 | 62 |
| Binary | 10100111 | 1011001 | 10100100 | 0 | 101111 | 10 | 100011 | 100101110 | 11111 | 110010 |
Color Harmonies of #A759A4
Complementary color
Monochromatic Colors of #A759A4
Black with #A759A4
Text Example
Text Example
White with #A759A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A759A4; }
p { color: rgb(167,89,164); }
H1.HeaderClassName
{
color: #A759A4;
}
.AnyTagClassName
{
color: #A759A4;
}
</style>
background-color css
<style>
a { background-color: #A759A4; }
a { background-color: rgb(167,89,164); }
div.DivClassName
{
background-color: #A759A4;
}
.BgClassName
{
background-color: #A759A4;
}
</style>
border-color css
<style>
span { border-color: #A759A4; }
span { border-color: rgb(167,89,164); }
td.TdClassName
{
border-color: #A759A4;
}
.TagClassName
{
border-color: #A759A4;
}
</style>