Shades of Violet Blue #A759AA
Tints of Violet Blue #A759AA
RGB
CMYK
RGB Variations
Color information
#A759AA (or 0xA759AA) is known color: Violet Blue. HEX triplet: A7, 59 and AA. RGB value is (167,89,170). Sum of RGB (Red+Green+Blue) = 167+89+170=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #A759AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A759AA is #58A655. Grayscale: #797979. Windows color (decimal): -5809750 or 11164071. OLE color: 11164071.
HSL color Cylindrical-coordinate representation of color #A759AA: hue angle of 297.78º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A759AA is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 89 | 170 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.33 |
| HSL | 297.78º | 0.32% | 0.51% | - |
| HSV(B) | 297.78º | 0.48% | 0.67% | - |
| XYZ | 26.76 | 18.26 | 40.14 | - |
| YUV | 121.56 | 155.34 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 170 | 0.02 | 0.48 | 0 | 0.33 | 297.78 | 0.32 | 0.51 |
| Hex | A7 | 59 | AA | 2 | 30 | 0 | 21 | 12A | 20 | 33 |
| Octal | 247 | 131 | 252 | 2 | 60 | 0 | 41 | 452 | 40 | 63 |
| Binary | 10100111 | 1011001 | 10101010 | 10 | 110000 | 0 | 100001 | 100101010 | 100000 | 110011 |
Color Harmonies of #A759AA
Complementary color
Monochromatic Colors of #A759AA
Black with #A759AA
Text Example
Text Example
White with #A759AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A759AA; }
p { color: rgb(167,89,170); }
H1.HeaderClassName
{
color: #A759AA;
}
.AnyTagClassName
{
color: #A759AA;
}
</style>
background-color css
<style>
a { background-color: #A759AA; }
a { background-color: rgb(167,89,170); }
div.DivClassName
{
background-color: #A759AA;
}
.BgClassName
{
background-color: #A759AA;
}
</style>
border-color css
<style>
span { border-color: #A759AA; }
span { border-color: rgb(167,89,170); }
td.TdClassName
{
border-color: #A759AA;
}
.TagClassName
{
border-color: #A759AA;
}
</style>