Shades of Violet Blue #A346AB
Tints of Violet Blue #A346AB
RGB
CMYK
RGB Variations
Color information
#A346AB (or 0xA346AB) is known color: Violet Blue. HEX triplet: A3, 46 and AB. RGB value is (163,70,171). Sum of RGB (Red+Green+Blue) = 163+70+171=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #A346AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A346AB is #5CB954. Grayscale: #6D6D6D. Windows color (decimal): -6076757 or 11224739. OLE color: 11224739.
HSL color Cylindrical-coordinate representation of color #A346AB: hue angle of 295.25º 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 #A346AB is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 70 | 171 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.33 |
| HSL | 295.25º | 0.42% | 0.47% | - |
| HSV(B) | 295.25º | 0.59% | 0.67% | - |
| XYZ | 24.65 | 15.11 | 40.15 | - |
| YUV | 109.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 171 | 0.05 | 0.59 | 0 | 0.33 | 295.25 | 0.42 | 0.47 |
| Hex | A3 | 46 | AB | 5 | 3B | 0 | 21 | 127 | 2A | 2F |
| Octal | 243 | 106 | 253 | 5 | 73 | 0 | 41 | 447 | 52 | 57 |
| Binary | 10100011 | 1000110 | 10101011 | 101 | 111011 | 0 | 100001 | 100100111 | 101010 | 101111 |
Color Harmonies of #A346AB
Complementary color
Monochromatic Colors of #A346AB
Black with #A346AB
Text Example
Text Example
White with #A346AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A346AB; }
p { color: rgb(163,70,171); }
H1.HeaderClassName
{
color: #A346AB;
}
.AnyTagClassName
{
color: #A346AB;
}
</style>
background-color css
<style>
a { background-color: #A346AB; }
a { background-color: rgb(163,70,171); }
div.DivClassName
{
background-color: #A346AB;
}
.BgClassName
{
background-color: #A346AB;
}
</style>
border-color css
<style>
span { border-color: #A346AB; }
span { border-color: rgb(163,70,171); }
td.TdClassName
{
border-color: #A346AB;
}
.TagClassName
{
border-color: #A346AB;
}
</style>