Shades of Violet Blue #A759AD
Tints of Violet Blue #A759AD
RGB
CMYK
RGB Variations
Color information
#A759AD (or 0xA759AD) is known color: Violet Blue. HEX triplet: A7, 59 and AD. RGB value is (167,89,173). Sum of RGB (Red+Green+Blue) = 167+89+173=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #A759AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A759AD is #58A652. Grayscale: #797979. Windows color (decimal): -5809747 or 11360679. OLE color: 11360679.
HSL color Cylindrical-coordinate representation of color #A759AD: hue angle of 295.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A759AD is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 89 | 173 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.32 |
| HSL | 295.71º | 0.34% | 0.51% | - |
| HSV(B) | 295.71º | 0.49% | 0.68% | - |
| XYZ | 27.05 | 18.38 | 41.66 | - |
| YUV | 121.9 | 156.84 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 173 | 0.03 | 0.49 | 0 | 0.32 | 295.71 | 0.34 | 0.51 |
| Hex | A7 | 59 | AD | 3 | 31 | 0 | 20 | 128 | 22 | 33 |
| Octal | 247 | 131 | 255 | 3 | 61 | 0 | 40 | 450 | 42 | 63 |
| Binary | 10100111 | 1011001 | 10101101 | 11 | 110001 | 0 | 100000 | 100101000 | 100010 | 110011 |
Color Harmonies of #A759AD
Complementary color
Monochromatic Colors of #A759AD
Black with #A759AD
Text Example
Text Example
White with #A759AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A759AD; }
p { color: rgb(167,89,173); }
H1.HeaderClassName
{
color: #A759AD;
}
.AnyTagClassName
{
color: #A759AD;
}
</style>
background-color css
<style>
a { background-color: #A759AD; }
a { background-color: rgb(167,89,173); }
div.DivClassName
{
background-color: #A759AD;
}
.BgClassName
{
background-color: #A759AD;
}
</style>
border-color css
<style>
span { border-color: #A759AD; }
span { border-color: rgb(167,89,173); }
td.TdClassName
{
border-color: #A759AD;
}
.TagClassName
{
border-color: #A759AD;
}
</style>