Shades of Violet Blue #A466A6
Tints of Violet Blue #A466A6
RGB
CMYK
RGB Variations
Color information
#A466A6 (or 0xA466A6) is known color: Violet Blue. HEX triplet: A4, 66 and A6. RGB value is (164,102,166). Sum of RGB (Red+Green+Blue) = 164+102+166=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 166 - color contains mainly: blue. Hex color #A466A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A466A6 is #5B9959. Grayscale: #7F7F7F. Windows color (decimal): -6003034 or 10905252. OLE color: 10905252.
HSL color Cylindrical-coordinate representation of color #A466A6: hue angle of 298.12º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A466A6 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 102 | 166 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.35 |
| HSL | 298.13º | 0.26% | 0.53% | - |
| HSV(B) | 298.13º | 0.39% | 0.65% | - |
| XYZ | 26.94 | 20.15 | 38.55 | - |
| YUV | 127.83 | 149.54 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 102 | 166 | 0.01 | 0.39 | 0 | 0.35 | 298.13 | 0.26 | 0.53 |
| Hex | A4 | 66 | A6 | 1 | 27 | 0 | 23 | 12A | 1A | 35 |
| Octal | 244 | 146 | 246 | 1 | 47 | 0 | 43 | 452 | 32 | 65 |
| Binary | 10100100 | 1100110 | 10100110 | 1 | 100111 | 0 | 100011 | 100101010 | 11010 | 110101 |
Color Harmonies of #A466A6
Complementary color
Monochromatic Colors of #A466A6
Black with #A466A6
Text Example
Text Example
White with #A466A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A466A6; }
p { color: rgb(164,102,166); }
H1.HeaderClassName
{
color: #A466A6;
}
.AnyTagClassName
{
color: #A466A6;
}
</style>
background-color css
<style>
a { background-color: #A466A6; }
a { background-color: rgb(164,102,166); }
div.DivClassName
{
background-color: #A466A6;
}
.BgClassName
{
background-color: #A466A6;
}
</style>
border-color css
<style>
span { border-color: #A466A6; }
span { border-color: rgb(164,102,166); }
td.TdClassName
{
border-color: #A466A6;
}
.TagClassName
{
border-color: #A466A6;
}
</style>