Shades of Violet Blue #A14DAB
Tints of Violet Blue #A14DAB
RGB
CMYK
RGB Variations
Color information
#A14DAB (or 0xA14DAB) is known color: Violet Blue. HEX triplet: A1, 4D and AB. RGB value is (161,77,171). Sum of RGB (Red+Green+Blue) = 161+77+171=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #A14DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14DAB is #5EB254. Grayscale: #707070. Windows color (decimal): -6206037 or 11226529. OLE color: 11226529.
HSL color Cylindrical-coordinate representation of color #A14DAB: hue angle of 293.62º 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 #A14DAB is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 77 | 171 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.33 |
| HSL | 293.62º | 0.38% | 0.49% | - |
| HSV(B) | 293.62º | 0.55% | 0.67% | - |
| XYZ | 24.7 | 15.83 | 40.28 | - |
| YUV | 112.83 | 160.83 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 171 | 0.06 | 0.55 | 0 | 0.33 | 293.62 | 0.38 | 0.49 |
| Hex | A1 | 4D | AB | 6 | 37 | 0 | 21 | 126 | 26 | 31 |
| Octal | 241 | 115 | 253 | 6 | 67 | 0 | 41 | 446 | 46 | 61 |
| Binary | 10100001 | 1001101 | 10101011 | 110 | 110111 | 0 | 100001 | 100100110 | 100110 | 110001 |
Color Harmonies of #A14DAB
Complementary color
Monochromatic Colors of #A14DAB
Black with #A14DAB
Text Example
Text Example
White with #A14DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DAB; }
p { color: rgb(161,77,171); }
H1.HeaderClassName
{
color: #A14DAB;
}
.AnyTagClassName
{
color: #A14DAB;
}
</style>
background-color css
<style>
a { background-color: #A14DAB; }
a { background-color: rgb(161,77,171); }
div.DivClassName
{
background-color: #A14DAB;
}
.BgClassName
{
background-color: #A14DAB;
}
</style>
border-color css
<style>
span { border-color: #A14DAB; }
span { border-color: rgb(161,77,171); }
td.TdClassName
{
border-color: #A14DAB;
}
.TagClassName
{
border-color: #A14DAB;
}
</style>