Shades of Violet Blue #A46FA3
Tints of Violet Blue #A46FA3
RGB
CMYK
RGB Variations
Color information
#A46FA3 (or 0xA46FA3) is known color: Violet Blue. HEX triplet: A4, 6F and A3. RGB value is (164,111,163). Sum of RGB (Red+Green+Blue) = 164+111+163=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A46FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46FA3 is #5B905C. Grayscale: #848484. Windows color (decimal): -6000733 or 10710948. OLE color: 10710948.
HSL color Cylindrical-coordinate representation of color #A46FA3: hue angle of 301.13º 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 #A46FA3 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 111 | 163 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.36 |
| HSL | 301.13º | 0.23% | 0.54% | - |
| HSV(B) | 301.13º | 0.32% | 0.64% | - |
| XYZ | 27.61 | 21.91 | 37.42 | - |
| YUV | 132.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 163 | 0 | 0.32 | 0.01 | 0.36 | 301.13 | 0.23 | 0.54 |
| Hex | A4 | 6F | A3 | 0 | 20 | 1 | 24 | 12D | 17 | 36 |
| Octal | 244 | 157 | 243 | 0 | 40 | 1 | 44 | 455 | 27 | 66 |
| Binary | 10100100 | 1101111 | 10100011 | 0 | 100000 | 1 | 100100 | 100101101 | 10111 | 110110 |
Color Harmonies of #A46FA3
Complementary color
Monochromatic Colors of #A46FA3
Black with #A46FA3
Text Example
Text Example
White with #A46FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46FA3; }
p { color: rgb(164,111,163); }
H1.HeaderClassName
{
color: #A46FA3;
}
.AnyTagClassName
{
color: #A46FA3;
}
</style>
background-color css
<style>
a { background-color: #A46FA3; }
a { background-color: rgb(164,111,163); }
div.DivClassName
{
background-color: #A46FA3;
}
.BgClassName
{
background-color: #A46FA3;
}
</style>
border-color css
<style>
span { border-color: #A46FA3; }
span { border-color: rgb(164,111,163); }
td.TdClassName
{
border-color: #A46FA3;
}
.TagClassName
{
border-color: #A46FA3;
}
</style>