Shades of Violet Blue #A34DAB
Tints of Violet Blue #A34DAB
RGB
CMYK
RGB Variations
Color information
#A34DAB (or 0xA34DAB) is known color: Violet Blue. HEX triplet: A3, 4D and AB. RGB value is (163,77,171). Sum of RGB (Red+Green+Blue) = 163+77+171=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #A34DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A34DAB is #5CB254. Grayscale: #717171. Windows color (decimal): -6074965 or 11226531. OLE color: 11226531.
HSL color Cylindrical-coordinate representation of color #A34DAB: hue angle of 294.89º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34DAB is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 77 | 171 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.33 |
| HSL | 294.89º | 0.38% | 0.49% | - |
| HSV(B) | 294.89º | 0.55% | 0.67% | - |
| XYZ | 25.11 | 16.03 | 40.3 | - |
| YUV | 113.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 171 | 0.05 | 0.55 | 0 | 0.33 | 294.89 | 0.38 | 0.49 |
| Hex | A3 | 4D | AB | 5 | 37 | 0 | 21 | 127 | 26 | 31 |
| Octal | 243 | 115 | 253 | 5 | 67 | 0 | 41 | 447 | 46 | 61 |
| Binary | 10100011 | 1001101 | 10101011 | 101 | 110111 | 0 | 100001 | 100100111 | 100110 | 110001 |
Color Harmonies of #A34DAB
Complementary color
Monochromatic Colors of #A34DAB
Black with #A34DAB
Text Example
Text Example
White with #A34DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34DAB; }
p { color: rgb(163,77,171); }
H1.HeaderClassName
{
color: #A34DAB;
}
.AnyTagClassName
{
color: #A34DAB;
}
</style>
background-color css
<style>
a { background-color: #A34DAB; }
a { background-color: rgb(163,77,171); }
div.DivClassName
{
background-color: #A34DAB;
}
.BgClassName
{
background-color: #A34DAB;
}
</style>
border-color css
<style>
span { border-color: #A34DAB; }
span { border-color: rgb(163,77,171); }
td.TdClassName
{
border-color: #A34DAB;
}
.TagClassName
{
border-color: #A34DAB;
}
</style>