Shades of Blue Violet #A14DEF
Tints of Blue Violet #A14DEF
RGB
CMYK
RGB Variations
Color information
#A14DEF (or 0xA14DEF) is known color: Blue Violet. HEX triplet: A1, 4D and EF. RGB value is (161,77,239). Sum of RGB (Red+Green+Blue) = 161+77+239=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #A14DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14DEF is #5EB210. Grayscale: #787878. Windows color (decimal): -6205969 or 15682977. OLE color: 15682977.
HSL color Cylindrical-coordinate representation of color #A14DEF: hue angle of 271.11º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14DEF is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 77 | 239 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.06 |
| HSL | 271.11º | 0.84% | 0.62% | - |
| HSV(B) | 271.11º | 0.68% | 0.94% | - |
| XYZ | 32.93 | 19.12 | 83.62 | - |
| YUV | 120.58 | 194.83 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 239 | 0.33 | 0.68 | 0 | 0.06 | 271.11 | 0.84 | 0.62 |
| Hex | A1 | 4D | EF | 21 | 44 | 0 | 6 | 10F | 54 | 3E |
| Octal | 241 | 115 | 357 | 41 | 104 | 0 | 6 | 417 | 124 | 76 |
| Binary | 10100001 | 1001101 | 11101111 | 100001 | 1000100 | 0 | 110 | 100001111 | 1010100 | 111110 |
Color Harmonies of #A14DEF
Complementary color
Monochromatic Colors of #A14DEF
Black with #A14DEF
Text Example
Text Example
White with #A14DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DEF; }
p { color: rgb(161,77,239); }
H1.HeaderClassName
{
color: #A14DEF;
}
.AnyTagClassName
{
color: #A14DEF;
}
</style>
background-color css
<style>
a { background-color: #A14DEF; }
a { background-color: rgb(161,77,239); }
div.DivClassName
{
background-color: #A14DEF;
}
.BgClassName
{
background-color: #A14DEF;
}
</style>
border-color css
<style>
span { border-color: #A14DEF; }
span { border-color: rgb(161,77,239); }
td.TdClassName
{
border-color: #A14DEF;
}
.TagClassName
{
border-color: #A14DEF;
}
</style>