Shades of Violet Blue #A846A9
Tints of Violet Blue #A846A9
RGB
CMYK
RGB Variations
Color information
#A846A9 (or 0xA846A9) is known color: Violet Blue. HEX triplet: A8, 46 and A9. RGB value is (168,70,169). Sum of RGB (Red+Green+Blue) = 168+70+169=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 169 - color contains mainly: blue. Hex color #A846A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A846A9 is #57B956. Grayscale: #6E6E6E. Windows color (decimal): -5749079 or 11093672. OLE color: 11093672.
HSL color Cylindrical-coordinate representation of color #A846A9: hue angle of 299.39º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A846A9 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 70 | 169 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.34 |
| HSL | 299.39º | 0.41% | 0.47% | - |
| HSV(B) | 299.39º | 0.59% | 0.66% | - |
| XYZ | 25.5 | 15.57 | 39.2 | - |
| YUV | 110.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 169 | 0.01 | 0.59 | 0 | 0.34 | 299.39 | 0.41 | 0.47 |
| Hex | A8 | 46 | A9 | 1 | 3B | 0 | 22 | 12B | 29 | 2F |
| Octal | 250 | 106 | 251 | 1 | 73 | 0 | 42 | 453 | 51 | 57 |
| Binary | 10101000 | 1000110 | 10101001 | 1 | 111011 | 0 | 100010 | 100101011 | 101001 | 101111 |
Color Harmonies of #A846A9
Complementary color
Monochromatic Colors of #A846A9
Black with #A846A9
Text Example
Text Example
White with #A846A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A846A9; }
p { color: rgb(168,70,169); }
H1.HeaderClassName
{
color: #A846A9;
}
.AnyTagClassName
{
color: #A846A9;
}
</style>
background-color css
<style>
a { background-color: #A846A9; }
a { background-color: rgb(168,70,169); }
div.DivClassName
{
background-color: #A846A9;
}
.BgClassName
{
background-color: #A846A9;
}
</style>
border-color css
<style>
span { border-color: #A846A9; }
span { border-color: rgb(168,70,169); }
td.TdClassName
{
border-color: #A846A9;
}
.TagClassName
{
border-color: #A846A9;
}
</style>