Shades of Violet Blue #A14EA7
Tints of Violet Blue #A14EA7
RGB
CMYK
RGB Variations
Color information
#A14EA7 (or 0xA14EA7) is known color: Violet Blue. HEX triplet: A1, 4E and A7. RGB value is (161,78,167). Sum of RGB (Red+Green+Blue) = 161+78+167=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 167 (65.62% from 255 or 41.13% from 406); Max value from RGB is 167 - color contains mainly: blue. Hex color #A14EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14EA7 is #5EB158. Grayscale: #707070. Windows color (decimal): -6205785 or 10964641. OLE color: 10964641.
HSL color Cylindrical-coordinate representation of color #A14EA7: hue angle of 295.96º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14EA7 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 78 | 167 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.35 |
| HSL | 295.96º | 0.36% | 0.48% | - |
| HSV(B) | 295.96º | 0.53% | 0.65% | - |
| XYZ | 24.4 | 15.82 | 38.33 | - |
| YUV | 112.96 | 158.5 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 167 | 0.04 | 0.53 | 0 | 0.35 | 295.96 | 0.36 | 0.48 |
| Hex | A1 | 4E | A7 | 4 | 35 | 0 | 23 | 128 | 24 | 30 |
| Octal | 241 | 116 | 247 | 4 | 65 | 0 | 43 | 450 | 44 | 60 |
| Binary | 10100001 | 1001110 | 10100111 | 100 | 110101 | 0 | 100011 | 100101000 | 100100 | 110000 |
Color Harmonies of #A14EA7
Complementary color
Monochromatic Colors of #A14EA7
Black with #A14EA7
Text Example
Text Example
White with #A14EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14EA7; }
p { color: rgb(161,78,167); }
H1.HeaderClassName
{
color: #A14EA7;
}
.AnyTagClassName
{
color: #A14EA7;
}
</style>
background-color css
<style>
a { background-color: #A14EA7; }
a { background-color: rgb(161,78,167); }
div.DivClassName
{
background-color: #A14EA7;
}
.BgClassName
{
background-color: #A14EA7;
}
</style>
border-color css
<style>
span { border-color: #A14EA7; }
span { border-color: rgb(161,78,167); }
td.TdClassName
{
border-color: #A14EA7;
}
.TagClassName
{
border-color: #A14EA7;
}
</style>