Shades of Violet Blue #A14A8B
Tints of Violet Blue #A14A8B
RGB
CMYK
RGB Variations
Color information
#A14A8B (or 0xA14A8B) is known color: Violet Blue. HEX triplet: A1, 4A and 8B. RGB value is (161,74,139). Sum of RGB (Red+Green+Blue) = 161+74+139=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14A8B is #5EB574. Grayscale: #6B6B6B. Windows color (decimal): -6206837 or 9128609. OLE color: 9128609.
HSL color Cylindrical-coordinate representation of color #A14A8B: hue angle of 315.17º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14A8B is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 139 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.37 |
| HSL | 315.17º | 0.37% | 0.46% | - |
| HSV(B) | 315.17º | 0.54% | 0.63% | - |
| XYZ | 21.81 | 14.34 | 26.04 | - |
| YUV | 107.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 139 | 0 | 0.54 | 0.14 | 0.37 | 315.17 | 0.37 | 0.46 |
| Hex | A1 | 4A | 8B | 0 | 36 | E | 25 | 13B | 25 | 2E |
| Octal | 241 | 112 | 213 | 0 | 66 | 16 | 45 | 473 | 45 | 56 |
| Binary | 10100001 | 1001010 | 10001011 | 0 | 110110 | 1110 | 100101 | 100111011 | 100101 | 101110 |
Color Harmonies of #A14A8B
Complementary color
Monochromatic Colors of #A14A8B
Black with #A14A8B
Text Example
Text Example
White with #A14A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A8B; }
p { color: rgb(161,74,139); }
H1.HeaderClassName
{
color: #A14A8B;
}
.AnyTagClassName
{
color: #A14A8B;
}
</style>
background-color css
<style>
a { background-color: #A14A8B; }
a { background-color: rgb(161,74,139); }
div.DivClassName
{
background-color: #A14A8B;
}
.BgClassName
{
background-color: #A14A8B;
}
</style>
border-color css
<style>
span { border-color: #A14A8B; }
span { border-color: rgb(161,74,139); }
td.TdClassName
{
border-color: #A14A8B;
}
.TagClassName
{
border-color: #A14A8B;
}
</style>