Shades of Violet Blue #A846A1
Tints of Violet Blue #A846A1
RGB
CMYK
RGB Variations
Color information
#A846A1 (or 0xA846A1) is known color: Violet Blue. HEX triplet: A8, 46 and A1. RGB value is (168,70,161). Sum of RGB (Red+Green+Blue) = 168+70+161=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A846A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A846A1 is #57B95E. Grayscale: #6D6D6D. Windows color (decimal): -5749087 or 10569384. OLE color: 10569384.
HSL color Cylindrical-coordinate representation of color #A846A1: hue angle of 304.29º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A846A1 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 70 | 161 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.34 |
| HSL | 304.29º | 0.41% | 0.47% | - |
| HSV(B) | 304.29º | 0.58% | 0.66% | - |
| XYZ | 24.77 | 15.28 | 35.36 | - |
| YUV | 109.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 161 | 0 | 0.58 | 0.04 | 0.34 | 304.29 | 0.41 | 0.47 |
| Hex | A8 | 46 | A1 | 0 | 3A | 4 | 22 | 130 | 29 | 2F |
| Octal | 250 | 106 | 241 | 0 | 72 | 4 | 42 | 460 | 51 | 57 |
| Binary | 10101000 | 1000110 | 10100001 | 0 | 111010 | 100 | 100010 | 100110000 | 101001 | 101111 |
Color Harmonies of #A846A1
Complementary color
Monochromatic Colors of #A846A1
Black with #A846A1
Text Example
Text Example
White with #A846A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A846A1; }
p { color: rgb(168,70,161); }
H1.HeaderClassName
{
color: #A846A1;
}
.AnyTagClassName
{
color: #A846A1;
}
</style>
background-color css
<style>
a { background-color: #A846A1; }
a { background-color: rgb(168,70,161); }
div.DivClassName
{
background-color: #A846A1;
}
.BgClassName
{
background-color: #A846A1;
}
</style>
border-color css
<style>
span { border-color: #A846A1; }
span { border-color: rgb(168,70,161); }
td.TdClassName
{
border-color: #A846A1;
}
.TagClassName
{
border-color: #A846A1;
}
</style>