Shades of Violet Blue #A14BA3
Tints of Violet Blue #A14BA3
RGB
CMYK
RGB Variations
Color information
#A14BA3 (or 0xA14BA3) is known color: Violet Blue. HEX triplet: A1, 4B and A3. RGB value is (161,75,163). Sum of RGB (Red+Green+Blue) = 161+75+163=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 163 - color contains mainly: blue. Hex color #A14BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14BA3 is #5EB45C. Grayscale: #6E6E6E. Windows color (decimal): -6206557 or 10701729. OLE color: 10701729.
HSL color Cylindrical-coordinate representation of color #A14BA3: hue angle of 298.64º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14BA3 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 75 | 163 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.36 |
| HSL | 298.64º | 0.37% | 0.47% | - |
| HSV(B) | 298.64º | 0.54% | 0.64% | - |
| XYZ | 23.82 | 15.25 | 36.34 | - |
| YUV | 110.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 163 | 0.01 | 0.54 | 0 | 0.36 | 298.64 | 0.37 | 0.47 |
| Hex | A1 | 4B | A3 | 1 | 36 | 0 | 24 | 12B | 25 | 2F |
| Octal | 241 | 113 | 243 | 1 | 66 | 0 | 44 | 453 | 45 | 57 |
| Binary | 10100001 | 1001011 | 10100011 | 1 | 110110 | 0 | 100100 | 100101011 | 100101 | 101111 |
Color Harmonies of #A14BA3
Complementary color
Monochromatic Colors of #A14BA3
Black with #A14BA3
Text Example
Text Example
White with #A14BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14BA3; }
p { color: rgb(161,75,163); }
H1.HeaderClassName
{
color: #A14BA3;
}
.AnyTagClassName
{
color: #A14BA3;
}
</style>
background-color css
<style>
a { background-color: #A14BA3; }
a { background-color: rgb(161,75,163); }
div.DivClassName
{
background-color: #A14BA3;
}
.BgClassName
{
background-color: #A14BA3;
}
</style>
border-color css
<style>
span { border-color: #A14BA3; }
span { border-color: rgb(161,75,163); }
td.TdClassName
{
border-color: #A14BA3;
}
.TagClassName
{
border-color: #A14BA3;
}
</style>