Shades of Violet Blue #A346AC
Tints of Violet Blue #A346AC
RGB
CMYK
RGB Variations
Color information
#A346AC (or 0xA346AC) is known color: Violet Blue. HEX triplet: A3, 46 and AC. RGB value is (163,70,172). Sum of RGB (Red+Green+Blue) = 163+70+172=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #A346AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A346AC is #5CB953. Grayscale: #6D6D6D. Windows color (decimal): -6076756 or 11290275. OLE color: 11290275.
HSL color Cylindrical-coordinate representation of color #A346AC: hue angle of 294.71º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A346AC is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 70 | 172 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.33 |
| HSL | 294.71º | 0.42% | 0.47% | - |
| HSV(B) | 294.71º | 0.59% | 0.67% | - |
| XYZ | 24.74 | 15.15 | 40.65 | - |
| YUV | 109.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 172 | 0.05 | 0.59 | 0 | 0.33 | 294.71 | 0.42 | 0.47 |
| Hex | A3 | 46 | AC | 5 | 3B | 0 | 21 | 127 | 2A | 2F |
| Octal | 243 | 106 | 254 | 5 | 73 | 0 | 41 | 447 | 52 | 57 |
| Binary | 10100011 | 1000110 | 10101100 | 101 | 111011 | 0 | 100001 | 100100111 | 101010 | 101111 |
Color Harmonies of #A346AC
Complementary color
Monochromatic Colors of #A346AC
Black with #A346AC
Text Example
Text Example
White with #A346AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A346AC; }
p { color: rgb(163,70,172); }
H1.HeaderClassName
{
color: #A346AC;
}
.AnyTagClassName
{
color: #A346AC;
}
</style>
background-color css
<style>
a { background-color: #A346AC; }
a { background-color: rgb(163,70,172); }
div.DivClassName
{
background-color: #A346AC;
}
.BgClassName
{
background-color: #A346AC;
}
</style>
border-color css
<style>
span { border-color: #A346AC; }
span { border-color: rgb(163,70,172); }
td.TdClassName
{
border-color: #A346AC;
}
.TagClassName
{
border-color: #A346AC;
}
</style>