Shades of Violet Blue #A14B9A
Tints of Violet Blue #A14B9A
RGB
CMYK
RGB Variations
Color information
#A14B9A (or 0xA14B9A) is known color: Violet Blue. HEX triplet: A1, 4B and 9A. RGB value is (161,75,154). Sum of RGB (Red+Green+Blue) = 161+75+154=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14B9A is #5EB465. Grayscale: #6D6D6D. Windows color (decimal): -6206566 or 10111905. OLE color: 10111905.
HSL color Cylindrical-coordinate representation of color #A14B9A: hue angle of 304.88º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14B9A is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 75 | 154 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.37 |
| HSL | 304.88º | 0.36% | 0.46% | - |
| HSV(B) | 304.88º | 0.53% | 0.63% | - |
| XYZ | 23.05 | 14.94 | 32.24 | - |
| YUV | 109.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 154 | 0 | 0.53 | 0.04 | 0.37 | 304.88 | 0.36 | 0.46 |
| Hex | A1 | 4B | 9A | 0 | 35 | 4 | 25 | 131 | 24 | 2E |
| Octal | 241 | 113 | 232 | 0 | 65 | 4 | 45 | 461 | 44 | 56 |
| Binary | 10100001 | 1001011 | 10011010 | 0 | 110101 | 100 | 100101 | 100110001 | 100100 | 101110 |
Color Harmonies of #A14B9A
Complementary color
Monochromatic Colors of #A14B9A
Black with #A14B9A
Text Example
Text Example
White with #A14B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14B9A; }
p { color: rgb(161,75,154); }
H1.HeaderClassName
{
color: #A14B9A;
}
.AnyTagClassName
{
color: #A14B9A;
}
</style>
background-color css
<style>
a { background-color: #A14B9A; }
a { background-color: rgb(161,75,154); }
div.DivClassName
{
background-color: #A14B9A;
}
.BgClassName
{
background-color: #A14B9A;
}
</style>
border-color css
<style>
span { border-color: #A14B9A; }
span { border-color: rgb(161,75,154); }
td.TdClassName
{
border-color: #A14B9A;
}
.TagClassName
{
border-color: #A14B9A;
}
</style>