Shades of Violet Blue #A46CA0
Tints of Violet Blue #A46CA0
RGB
CMYK
RGB Variations
Color information
#A46CA0 (or 0xA46CA0) is known color: Violet Blue. HEX triplet: A4, 6C and A0. RGB value is (164,108,160). Sum of RGB (Red+Green+Blue) = 164+108+160=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A46CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46CA0 is #5B935F. Grayscale: #828282. Windows color (decimal): -6001504 or 10513572. OLE color: 10513572.
HSL color Cylindrical-coordinate representation of color #A46CA0: hue angle of 304.29º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46CA0 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 160 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.36 |
| HSL | 304.29º | 0.24% | 0.53% | - |
| HSV(B) | 304.29º | 0.34% | 0.64% | - |
| XYZ | 27.02 | 21.16 | 35.92 | - |
| YUV | 130.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 160 | 0 | 0.34 | 0.02 | 0.36 | 304.29 | 0.24 | 0.53 |
| Hex | A4 | 6C | A0 | 0 | 22 | 2 | 24 | 130 | 18 | 35 |
| Octal | 244 | 154 | 240 | 0 | 42 | 2 | 44 | 460 | 30 | 65 |
| Binary | 10100100 | 1101100 | 10100000 | 0 | 100010 | 10 | 100100 | 100110000 | 11000 | 110101 |
Color Harmonies of #A46CA0
Complementary color
Monochromatic Colors of #A46CA0
Black with #A46CA0
Text Example
Text Example
White with #A46CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CA0; }
p { color: rgb(164,108,160); }
H1.HeaderClassName
{
color: #A46CA0;
}
.AnyTagClassName
{
color: #A46CA0;
}
</style>
background-color css
<style>
a { background-color: #A46CA0; }
a { background-color: rgb(164,108,160); }
div.DivClassName
{
background-color: #A46CA0;
}
.BgClassName
{
background-color: #A46CA0;
}
</style>
border-color css
<style>
span { border-color: #A46CA0; }
span { border-color: rgb(164,108,160); }
td.TdClassName
{
border-color: #A46CA0;
}
.TagClassName
{
border-color: #A46CA0;
}
</style>