Shades of Violet Blue #A14FA1
Tints of Violet Blue #A14FA1
RGB
CMYK
RGB Variations
Color information
#A14FA1 (or 0xA14FA1) is known color: Violet Blue. HEX triplet: A1, 4F and A1. RGB value is (161,79,161). Sum of RGB (Red+Green+Blue) = 161+79+161=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A14FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14FA1 is #5EB05E. Grayscale: #707070. Windows color (decimal): -6205535 or 10571681. OLE color: 10571681.
HSL color Cylindrical-coordinate representation of color #A14FA1: hue angle of 300º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A14FA1 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 79 | 161 | - |
| CMYK | 0 | 0.51 | 0 | 0.37 |
| HSL | 300º | 0.34% | 0.47% | - |
| HSV(B) | 300º | 0.51% | 0.63% | - |
| XYZ | 23.93 | 15.74 | 35.5 | - |
| YUV | 112.87 | 155.17 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 161 | 0 | 0.51 | 0 | 0.37 | 300 | 0.34 | 0.47 |
| Hex | A1 | 4F | A1 | 0 | 33 | 0 | 25 | 12C | 22 | 2F |
| Octal | 241 | 117 | 241 | 0 | 63 | 0 | 45 | 454 | 42 | 57 |
| Binary | 10100001 | 1001111 | 10100001 | 0 | 110011 | 0 | 100101 | 100101100 | 100010 | 101111 |
Color Harmonies of #A14FA1
Complementary color
Monochromatic Colors of #A14FA1
Black with #A14FA1
Text Example
Text Example
White with #A14FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FA1; }
p { color: rgb(161,79,161); }
H1.HeaderClassName
{
color: #A14FA1;
}
.AnyTagClassName
{
color: #A14FA1;
}
</style>
background-color css
<style>
a { background-color: #A14FA1; }
a { background-color: rgb(161,79,161); }
div.DivClassName
{
background-color: #A14FA1;
}
.BgClassName
{
background-color: #A14FA1;
}
</style>
border-color css
<style>
span { border-color: #A14FA1; }
span { border-color: rgb(161,79,161); }
td.TdClassName
{
border-color: #A14FA1;
}
.TagClassName
{
border-color: #A14FA1;
}
</style>