Shades of Violet Blue #A14BA4
Tints of Violet Blue #A14BA4
RGB
CMYK
RGB Variations
Color information
#A14BA4 (or 0xA14BA4) is known color: Violet Blue. HEX triplet: A1, 4B and A4. RGB value is (161,75,164). Sum of RGB (Red+Green+Blue) = 161+75+164=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 164 - color contains mainly: blue. Hex color #A14BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14BA4 is #5EB45B. Grayscale: #6E6E6E. Windows color (decimal): -6206556 or 10767265. OLE color: 10767265.
HSL color Cylindrical-coordinate representation of color #A14BA4: hue angle of 297.98º 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 #A14BA4 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 75 | 164 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.36 |
| HSL | 297.98º | 0.37% | 0.47% | - |
| HSV(B) | 297.98º | 0.54% | 0.64% | - |
| XYZ | 23.91 | 15.29 | 36.81 | - |
| YUV | 110.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 164 | 0.02 | 0.54 | 0 | 0.36 | 297.98 | 0.37 | 0.47 |
| Hex | A1 | 4B | A4 | 2 | 36 | 0 | 24 | 12A | 25 | 2F |
| Octal | 241 | 113 | 244 | 2 | 66 | 0 | 44 | 452 | 45 | 57 |
| Binary | 10100001 | 1001011 | 10100100 | 10 | 110110 | 0 | 100100 | 100101010 | 100101 | 101111 |
Color Harmonies of #A14BA4
Complementary color
Monochromatic Colors of #A14BA4
Black with #A14BA4
Text Example
Text Example
White with #A14BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14BA4; }
p { color: rgb(161,75,164); }
H1.HeaderClassName
{
color: #A14BA4;
}
.AnyTagClassName
{
color: #A14BA4;
}
</style>
background-color css
<style>
a { background-color: #A14BA4; }
a { background-color: rgb(161,75,164); }
div.DivClassName
{
background-color: #A14BA4;
}
.BgClassName
{
background-color: #A14BA4;
}
</style>
border-color css
<style>
span { border-color: #A14BA4; }
span { border-color: rgb(161,75,164); }
td.TdClassName
{
border-color: #A14BA4;
}
.TagClassName
{
border-color: #A14BA4;
}
</style>