Shades of Violet Blue #A46D9F
Tints of Violet Blue #A46D9F
RGB
CMYK
RGB Variations
Color information
#A46D9F (or 0xA46D9F) is known color: Violet Blue. HEX triplet: A4, 6D and 9F. RGB value is (164,109,159). Sum of RGB (Red+Green+Blue) = 164+109+159=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46D9F is #5B9260. Grayscale: #838383. Windows color (decimal): -6001249 or 10448292. OLE color: 10448292.
HSL color Cylindrical-coordinate representation of color #A46D9F: hue angle of 305.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46D9F is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 159 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.36 |
| HSL | 305.45º | 0.23% | 0.54% | - |
| HSV(B) | 305.45º | 0.34% | 0.64% | - |
| XYZ | 27.04 | 21.33 | 35.49 | - |
| YUV | 131.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 159 | 0 | 0.34 | 0.03 | 0.36 | 305.45 | 0.23 | 0.54 |
| Hex | A4 | 6D | 9F | 0 | 22 | 3 | 24 | 131 | 17 | 36 |
| Octal | 244 | 155 | 237 | 0 | 42 | 3 | 44 | 461 | 27 | 66 |
| Binary | 10100100 | 1101101 | 10011111 | 0 | 100010 | 11 | 100100 | 100110001 | 10111 | 110110 |
Color Harmonies of #A46D9F
Complementary color
Monochromatic Colors of #A46D9F
Black with #A46D9F
Text Example
Text Example
White with #A46D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D9F; }
p { color: rgb(164,109,159); }
H1.HeaderClassName
{
color: #A46D9F;
}
.AnyTagClassName
{
color: #A46D9F;
}
</style>
background-color css
<style>
a { background-color: #A46D9F; }
a { background-color: rgb(164,109,159); }
div.DivClassName
{
background-color: #A46D9F;
}
.BgClassName
{
background-color: #A46D9F;
}
</style>
border-color css
<style>
span { border-color: #A46D9F; }
span { border-color: rgb(164,109,159); }
td.TdClassName
{
border-color: #A46D9F;
}
.TagClassName
{
border-color: #A46D9F;
}
</style>