Shades of Violet Blue #A766AE
Tints of Violet Blue #A766AE
RGB
CMYK
RGB Variations
Color information
#A766AE (or 0xA766AE) is known color: Violet Blue. HEX triplet: A7, 66 and AE. RGB value is (167,102,174). Sum of RGB (Red+Green+Blue) = 167+102+174=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #A766AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A766AE is #589951. Grayscale: #818181. Windows color (decimal): -5806418 or 11429543. OLE color: 11429543.
HSL color Cylindrical-coordinate representation of color #A766AE: hue angle of 294.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A766AE is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 102 | 174 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.32 |
| HSL | 294.17º | 0.31% | 0.54% | - |
| HSV(B) | 294.17º | 0.41% | 0.68% | - |
| XYZ | 28.33 | 20.77 | 42.56 | - |
| YUV | 129.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 102 | 174 | 0.04 | 0.41 | 0 | 0.32 | 294.17 | 0.31 | 0.54 |
| Hex | A7 | 66 | AE | 4 | 29 | 0 | 20 | 126 | 1F | 36 |
| Octal | 247 | 146 | 256 | 4 | 51 | 0 | 40 | 446 | 37 | 66 |
| Binary | 10100111 | 1100110 | 10101110 | 100 | 101001 | 0 | 100000 | 100100110 | 11111 | 110110 |
Color Harmonies of #A766AE
Complementary color
Monochromatic Colors of #A766AE
Black with #A766AE
Text Example
Text Example
White with #A766AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A766AE; }
p { color: rgb(167,102,174); }
H1.HeaderClassName
{
color: #A766AE;
}
.AnyTagClassName
{
color: #A766AE;
}
</style>
background-color css
<style>
a { background-color: #A766AE; }
a { background-color: rgb(167,102,174); }
div.DivClassName
{
background-color: #A766AE;
}
.BgClassName
{
background-color: #A766AE;
}
</style>
border-color css
<style>
span { border-color: #A766AE; }
span { border-color: rgb(167,102,174); }
td.TdClassName
{
border-color: #A766AE;
}
.TagClassName
{
border-color: #A766AE;
}
</style>