Shades of Violet Blue #A14D8B
Tints of Violet Blue #A14D8B
RGB
CMYK
RGB Variations
Color information
#A14D8B (or 0xA14D8B) is known color: Violet Blue. HEX triplet: A1, 4D and 8B. RGB value is (161,77,139). Sum of RGB (Red+Green+Blue) = 161+77+139=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14D8B is #5EB274. Grayscale: #6D6D6D. Windows color (decimal): -6206069 or 9129377. OLE color: 9129377.
HSL color Cylindrical-coordinate representation of color #A14D8B: hue angle of 315.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A14D8B is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 77 | 139 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.37 |
| HSL | 315.71º | 0.35% | 0.47% | - |
| HSV(B) | 315.71º | 0.52% | 0.63% | - |
| XYZ | 22.01 | 14.75 | 26.11 | - |
| YUV | 109.18 | 144.83 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 139 | 0 | 0.52 | 0.14 | 0.37 | 315.71 | 0.35 | 0.47 |
| Hex | A1 | 4D | 8B | 0 | 34 | E | 25 | 13C | 23 | 2F |
| Octal | 241 | 115 | 213 | 0 | 64 | 16 | 45 | 474 | 43 | 57 |
| Binary | 10100001 | 1001101 | 10001011 | 0 | 110100 | 1110 | 100101 | 100111100 | 100011 | 101111 |
Color Harmonies of #A14D8B
Complementary color
Monochromatic Colors of #A14D8B
Black with #A14D8B
Text Example
Text Example
White with #A14D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14D8B; }
p { color: rgb(161,77,139); }
H1.HeaderClassName
{
color: #A14D8B;
}
.AnyTagClassName
{
color: #A14D8B;
}
</style>
background-color css
<style>
a { background-color: #A14D8B; }
a { background-color: rgb(161,77,139); }
div.DivClassName
{
background-color: #A14D8B;
}
.BgClassName
{
background-color: #A14D8B;
}
</style>
border-color css
<style>
span { border-color: #A14D8B; }
span { border-color: rgb(161,77,139); }
td.TdClassName
{
border-color: #A14D8B;
}
.TagClassName
{
border-color: #A14D8B;
}
</style>