Shades of Violet Blue #A46E9F
Tints of Violet Blue #A46E9F
RGB
CMYK
RGB Variations
Color information
#A46E9F (or 0xA46E9F) is known color: Violet Blue. HEX triplet: A4, 6E and 9F. RGB value is (164,110,159). Sum of RGB (Red+Green+Blue) = 164+110+159=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46E9F is #5B9160. Grayscale: #838383. Windows color (decimal): -6000993 or 10448548. OLE color: 10448548.
HSL color Cylindrical-coordinate representation of color #A46E9F: hue angle of 305.56º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A46E9F is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 110 | 159 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.36 |
| HSL | 305.56º | 0.23% | 0.54% | - |
| HSV(B) | 305.56º | 0.33% | 0.64% | - |
| XYZ | 27.14 | 21.55 | 35.53 | - |
| YUV | 131.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 159 | 0 | 0.33 | 0.03 | 0.36 | 305.56 | 0.23 | 0.54 |
| Hex | A4 | 6E | 9F | 0 | 21 | 3 | 24 | 132 | 17 | 36 |
| Octal | 244 | 156 | 237 | 0 | 41 | 3 | 44 | 462 | 27 | 66 |
| Binary | 10100100 | 1101110 | 10011111 | 0 | 100001 | 11 | 100100 | 100110010 | 10111 | 110110 |
Color Harmonies of #A46E9F
Complementary color
Monochromatic Colors of #A46E9F
Black with #A46E9F
Text Example
Text Example
White with #A46E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46E9F; }
p { color: rgb(164,110,159); }
H1.HeaderClassName
{
color: #A46E9F;
}
.AnyTagClassName
{
color: #A46E9F;
}
</style>
background-color css
<style>
a { background-color: #A46E9F; }
a { background-color: rgb(164,110,159); }
div.DivClassName
{
background-color: #A46E9F;
}
.BgClassName
{
background-color: #A46E9F;
}
</style>
border-color css
<style>
span { border-color: #A46E9F; }
span { border-color: rgb(164,110,159); }
td.TdClassName
{
border-color: #A46E9F;
}
.TagClassName
{
border-color: #A46E9F;
}
</style>