Shades of Violet Blue #A14DAA
Tints of Violet Blue #A14DAA
RGB
CMYK
RGB Variations
Color information
#A14DAA (or 0xA14DAA) is known color: Violet Blue. HEX triplet: A1, 4D and AA. RGB value is (161,77,170). Sum of RGB (Red+Green+Blue) = 161+77+170=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #A14DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14DAA is #5EB255. Grayscale: #707070. Windows color (decimal): -6206038 or 11160993. OLE color: 11160993.
HSL color Cylindrical-coordinate representation of color #A14DAA: hue angle of 294.19º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14DAA is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 77 | 170 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.33 |
| HSL | 294.19º | 0.38% | 0.48% | - |
| HSV(B) | 294.19º | 0.55% | 0.67% | - |
| XYZ | 24.61 | 15.79 | 39.78 | - |
| YUV | 112.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 170 | 0.05 | 0.55 | 0 | 0.33 | 294.19 | 0.38 | 0.48 |
| Hex | A1 | 4D | AA | 5 | 37 | 0 | 21 | 126 | 26 | 30 |
| Octal | 241 | 115 | 252 | 5 | 67 | 0 | 41 | 446 | 46 | 60 |
| Binary | 10100001 | 1001101 | 10101010 | 101 | 110111 | 0 | 100001 | 100100110 | 100110 | 110000 |
Color Harmonies of #A14DAA
Complementary color
Monochromatic Colors of #A14DAA
Black with #A14DAA
Text Example
Text Example
White with #A14DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DAA; }
p { color: rgb(161,77,170); }
H1.HeaderClassName
{
color: #A14DAA;
}
.AnyTagClassName
{
color: #A14DAA;
}
</style>
background-color css
<style>
a { background-color: #A14DAA; }
a { background-color: rgb(161,77,170); }
div.DivClassName
{
background-color: #A14DAA;
}
.BgClassName
{
background-color: #A14DAA;
}
</style>
border-color css
<style>
span { border-color: #A14DAA; }
span { border-color: rgb(161,77,170); }
td.TdClassName
{
border-color: #A14DAA;
}
.TagClassName
{
border-color: #A14DAA;
}
</style>