Shades of Violet Blue #A46F9F
Tints of Violet Blue #A46F9F
RGB
CMYK
RGB Variations
Color information
#A46F9F (or 0xA46F9F) is known color: Violet Blue. HEX triplet: A4, 6F and 9F. RGB value is (164,111,159). Sum of RGB (Red+Green+Blue) = 164+111+159=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F9F is #5B9060. Grayscale: #848484. Windows color (decimal): -6000737 or 10448804. OLE color: 10448804.
HSL color Cylindrical-coordinate representation of color #A46F9F: hue angle of 305.66º 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 #A46F9F is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 111 | 159 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.36 |
| HSL | 305.66º | 0.23% | 0.54% | - |
| HSV(B) | 305.66º | 0.32% | 0.64% | - |
| XYZ | 27.25 | 21.76 | 35.57 | - |
| YUV | 132.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 159 | 0 | 0.32 | 0.03 | 0.36 | 305.66 | 0.23 | 0.54 |
| Hex | A4 | 6F | 9F | 0 | 20 | 3 | 24 | 132 | 17 | 36 |
| Octal | 244 | 157 | 237 | 0 | 40 | 3 | 44 | 462 | 27 | 66 |
| Binary | 10100100 | 1101111 | 10011111 | 0 | 100000 | 11 | 100100 | 100110010 | 10111 | 110110 |
Color Harmonies of #A46F9F
Complementary color
Monochromatic Colors of #A46F9F
Black with #A46F9F
Text Example
Text Example
White with #A46F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46F9F; }
p { color: rgb(164,111,159); }
H1.HeaderClassName
{
color: #A46F9F;
}
.AnyTagClassName
{
color: #A46F9F;
}
</style>
background-color css
<style>
a { background-color: #A46F9F; }
a { background-color: rgb(164,111,159); }
div.DivClassName
{
background-color: #A46F9F;
}
.BgClassName
{
background-color: #A46F9F;
}
</style>
border-color css
<style>
span { border-color: #A46F9F; }
span { border-color: rgb(164,111,159); }
td.TdClassName
{
border-color: #A46F9F;
}
.TagClassName
{
border-color: #A46F9F;
}
</style>