Shades of Violet Blue #A46CA1
Tints of Violet Blue #A46CA1
RGB
CMYK
RGB Variations
Color information
#A46CA1 (or 0xA46CA1) is known color: Violet Blue. HEX triplet: A4, 6C and A1. RGB value is (164,108,161). Sum of RGB (Red+Green+Blue) = 164+108+161=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A46CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46CA1 is #5B935E. Grayscale: #828282. Windows color (decimal): -6001503 or 10579108. OLE color: 10579108.
HSL color Cylindrical-coordinate representation of color #A46CA1: hue angle of 303.21º 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 #A46CA1 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 161 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.36 |
| HSL | 303.21º | 0.24% | 0.53% | - |
| HSV(B) | 303.21º | 0.34% | 0.64% | - |
| XYZ | 27.11 | 21.19 | 36.38 | - |
| YUV | 130.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 161 | 0 | 0.34 | 0.02 | 0.36 | 303.21 | 0.24 | 0.53 |
| Hex | A4 | 6C | A1 | 0 | 22 | 2 | 24 | 12F | 18 | 35 |
| Octal | 244 | 154 | 241 | 0 | 42 | 2 | 44 | 457 | 30 | 65 |
| Binary | 10100100 | 1101100 | 10100001 | 0 | 100010 | 10 | 100100 | 100101111 | 11000 | 110101 |
Color Harmonies of #A46CA1
Complementary color
Monochromatic Colors of #A46CA1
Black with #A46CA1
Text Example
Text Example
White with #A46CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CA1; }
p { color: rgb(164,108,161); }
H1.HeaderClassName
{
color: #A46CA1;
}
.AnyTagClassName
{
color: #A46CA1;
}
</style>
background-color css
<style>
a { background-color: #A46CA1; }
a { background-color: rgb(164,108,161); }
div.DivClassName
{
background-color: #A46CA1;
}
.BgClassName
{
background-color: #A46CA1;
}
</style>
border-color css
<style>
span { border-color: #A46CA1; }
span { border-color: rgb(164,108,161); }
td.TdClassName
{
border-color: #A46CA1;
}
.TagClassName
{
border-color: #A46CA1;
}
</style>