Shades of Violet Blue #A46BA1
Tints of Violet Blue #A46BA1
RGB
CMYK
RGB Variations
Color information
#A46BA1 (or 0xA46BA1) is known color: Violet Blue. HEX triplet: A4, 6B and A1. RGB value is (164,107,161). Sum of RGB (Red+Green+Blue) = 164+107+161=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A46BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46BA1 is #5B945E. Grayscale: #828282. Windows color (decimal): -6001759 or 10578852. OLE color: 10578852.
HSL color Cylindrical-coordinate representation of color #A46BA1: hue angle of 303.16º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46BA1 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 107 | 161 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.36 |
| HSL | 303.16º | 0.24% | 0.53% | - |
| HSV(B) | 303.16º | 0.35% | 0.64% | - |
| XYZ | 27 | 20.98 | 36.34 | - |
| YUV | 130.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 161 | 0 | 0.35 | 0.02 | 0.36 | 303.16 | 0.24 | 0.53 |
| Hex | A4 | 6B | A1 | 0 | 23 | 2 | 24 | 12F | 18 | 35 |
| Octal | 244 | 153 | 241 | 0 | 43 | 2 | 44 | 457 | 30 | 65 |
| Binary | 10100100 | 1101011 | 10100001 | 0 | 100011 | 10 | 100100 | 100101111 | 11000 | 110101 |
Color Harmonies of #A46BA1
Complementary color
Monochromatic Colors of #A46BA1
Black with #A46BA1
Text Example
Text Example
White with #A46BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46BA1; }
p { color: rgb(164,107,161); }
H1.HeaderClassName
{
color: #A46BA1;
}
.AnyTagClassName
{
color: #A46BA1;
}
</style>
background-color css
<style>
a { background-color: #A46BA1; }
a { background-color: rgb(164,107,161); }
div.DivClassName
{
background-color: #A46BA1;
}
.BgClassName
{
background-color: #A46BA1;
}
</style>
border-color css
<style>
span { border-color: #A46BA1; }
span { border-color: rgb(164,107,161); }
td.TdClassName
{
border-color: #A46BA1;
}
.TagClassName
{
border-color: #A46BA1;
}
</style>