Shades of Violet Blue #A46FA8
Tints of Violet Blue #A46FA8
RGB
CMYK
RGB Variations
Color information
#A46FA8 (or 0xA46FA8) is known color: Violet Blue. HEX triplet: A4, 6F and A8. RGB value is (164,111,168). Sum of RGB (Red+Green+Blue) = 164+111+168=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 168 - color contains mainly: blue. Hex color #A46FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46FA8 is #5B9057. Grayscale: #858585. Windows color (decimal): -6000728 or 11038628. OLE color: 11038628.
HSL color Cylindrical-coordinate representation of color #A46FA8: hue angle of 295.79º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46FA8 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 111 | 168 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.34 |
| HSL | 295.79º | 0.25% | 0.55% | - |
| HSV(B) | 295.79º | 0.34% | 0.66% | - |
| XYZ | 28.06 | 22.09 | 39.83 | - |
| YUV | 133.35 | 147.56 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 168 | 0.02 | 0.34 | 0 | 0.34 | 295.79 | 0.25 | 0.55 |
| Hex | A4 | 6F | A8 | 2 | 22 | 0 | 22 | 128 | 19 | 37 |
| Octal | 244 | 157 | 250 | 2 | 42 | 0 | 42 | 450 | 31 | 67 |
| Binary | 10100100 | 1101111 | 10101000 | 10 | 100010 | 0 | 100010 | 100101000 | 11001 | 110111 |
Color Harmonies of #A46FA8
Complementary color
Monochromatic Colors of #A46FA8
Black with #A46FA8
Text Example
Text Example
White with #A46FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46FA8; }
p { color: rgb(164,111,168); }
H1.HeaderClassName
{
color: #A46FA8;
}
.AnyTagClassName
{
color: #A46FA8;
}
</style>
background-color css
<style>
a { background-color: #A46FA8; }
a { background-color: rgb(164,111,168); }
div.DivClassName
{
background-color: #A46FA8;
}
.BgClassName
{
background-color: #A46FA8;
}
</style>
border-color css
<style>
span { border-color: #A46FA8; }
span { border-color: rgb(164,111,168); }
td.TdClassName
{
border-color: #A46FA8;
}
.TagClassName
{
border-color: #A46FA8;
}
</style>