Shades of Violet Blue #A46699
Tints of Violet Blue #A46699
RGB
CMYK
RGB Variations
Color information
#A46699 (or 0xA46699) is known color: Violet Blue. HEX triplet: A4, 66 and 99. RGB value is (164,102,153). Sum of RGB (Red+Green+Blue) = 164+102+153=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A46699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46699 is #5B9966. Grayscale: #7E7E7E. Windows color (decimal): -6003047 or 10053284. OLE color: 10053284.
HSL color Cylindrical-coordinate representation of color #A46699: hue angle of 310.65º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46699 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 102 | 153 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.36 |
| HSL | 310.65º | 0.25% | 0.52% | - |
| HSV(B) | 310.65º | 0.38% | 0.64% | - |
| XYZ | 25.81 | 19.7 | 32.58 | - |
| YUV | 126.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 102 | 153 | 0 | 0.38 | 0.07 | 0.36 | 310.65 | 0.25 | 0.52 |
| Hex | A4 | 66 | 99 | 0 | 26 | 7 | 24 | 137 | 19 | 34 |
| Octal | 244 | 146 | 231 | 0 | 46 | 7 | 44 | 467 | 31 | 64 |
| Binary | 10100100 | 1100110 | 10011001 | 0 | 100110 | 111 | 100100 | 100110111 | 11001 | 110100 |
Color Harmonies of #A46699
Complementary color
Monochromatic Colors of #A46699
Black with #A46699
Text Example
Text Example
White with #A46699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46699; }
p { color: rgb(164,102,153); }
H1.HeaderClassName
{
color: #A46699;
}
.AnyTagClassName
{
color: #A46699;
}
</style>
background-color css
<style>
a { background-color: #A46699; }
a { background-color: rgb(164,102,153); }
div.DivClassName
{
background-color: #A46699;
}
.BgClassName
{
background-color: #A46699;
}
</style>
border-color css
<style>
span { border-color: #A46699; }
span { border-color: rgb(164,102,153); }
td.TdClassName
{
border-color: #A46699;
}
.TagClassName
{
border-color: #A46699;
}
</style>