Shades of Violet Blue #A46CAC
Tints of Violet Blue #A46CAC
RGB
CMYK
RGB Variations
Color information
#A46CAC (or 0xA46CAC) is known color: Violet Blue. HEX triplet: A4, 6C and AC. RGB value is (164,108,172). Sum of RGB (Red+Green+Blue) = 164+108+172=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #A46CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46CAC is #5B9353. Grayscale: #838383. Windows color (decimal): -6001492 or 11300004. OLE color: 11300004.
HSL color Cylindrical-coordinate representation of color #A46CAC: hue angle of 292.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A46CAC is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 108 | 172 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.33 |
| HSL | 292.5º | 0.28% | 0.55% | - |
| HSV(B) | 292.5º | 0.37% | 0.67% | - |
| XYZ | 28.12 | 21.6 | 41.72 | - |
| YUV | 132.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 172 | 0.05 | 0.37 | 0 | 0.33 | 292.5 | 0.28 | 0.55 |
| Hex | A4 | 6C | AC | 5 | 25 | 0 | 21 | 124 | 1C | 37 |
| Octal | 244 | 154 | 254 | 5 | 45 | 0 | 41 | 444 | 34 | 67 |
| Binary | 10100100 | 1101100 | 10101100 | 101 | 100101 | 0 | 100001 | 100100100 | 11100 | 110111 |
Color Harmonies of #A46CAC
Complementary color
Monochromatic Colors of #A46CAC
Black with #A46CAC
Text Example
Text Example
White with #A46CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CAC; }
p { color: rgb(164,108,172); }
H1.HeaderClassName
{
color: #A46CAC;
}
.AnyTagClassName
{
color: #A46CAC;
}
</style>
background-color css
<style>
a { background-color: #A46CAC; }
a { background-color: rgb(164,108,172); }
div.DivClassName
{
background-color: #A46CAC;
}
.BgClassName
{
background-color: #A46CAC;
}
</style>
border-color css
<style>
span { border-color: #A46CAC; }
span { border-color: rgb(164,108,172); }
td.TdClassName
{
border-color: #A46CAC;
}
.TagClassName
{
border-color: #A46CAC;
}
</style>