Shades of Violet Blue #A46F9B
Tints of Violet Blue #A46F9B
RGB
CMYK
RGB Variations
Color information
#A46F9B (or 0xA46F9B) is known color: Violet Blue. HEX triplet: A4, 6F and 9B. RGB value is (164,111,155). Sum of RGB (Red+Green+Blue) = 164+111+155=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F9B is #5B9064. Grayscale: #838383. Windows color (decimal): -6000741 or 10186660. OLE color: 10186660.
HSL color Cylindrical-coordinate representation of color #A46F9B: hue angle of 310.19º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A46F9B is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 111 | 155 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.36 |
| HSL | 310.19º | 0.23% | 0.54% | - |
| HSV(B) | 310.19º | 0.32% | 0.64% | - |
| XYZ | 26.91 | 21.63 | 33.77 | - |
| YUV | 131.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 155 | 0 | 0.32 | 0.05 | 0.36 | 310.19 | 0.23 | 0.54 |
| Hex | A4 | 6F | 9B | 0 | 20 | 5 | 24 | 136 | 17 | 36 |
| Octal | 244 | 157 | 233 | 0 | 40 | 5 | 44 | 466 | 27 | 66 |
| Binary | 10100100 | 1101111 | 10011011 | 0 | 100000 | 101 | 100100 | 100110110 | 10111 | 110110 |
Color Harmonies of #A46F9B
Complementary color
Monochromatic Colors of #A46F9B
Black with #A46F9B
Text Example
Text Example
White with #A46F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46F9B; }
p { color: rgb(164,111,155); }
H1.HeaderClassName
{
color: #A46F9B;
}
.AnyTagClassName
{
color: #A46F9B;
}
</style>
background-color css
<style>
a { background-color: #A46F9B; }
a { background-color: rgb(164,111,155); }
div.DivClassName
{
background-color: #A46F9B;
}
.BgClassName
{
background-color: #A46F9B;
}
</style>
border-color css
<style>
span { border-color: #A46F9B; }
span { border-color: rgb(164,111,155); }
td.TdClassName
{
border-color: #A46F9B;
}
.TagClassName
{
border-color: #A46F9B;
}
</style>