Shades of Blue Violet #A139E7
Tints of Blue Violet #A139E7
RGB
CMYK
RGB Variations
Color information
#A139E7 (or 0xA139E7) is known color: Blue Violet. HEX triplet: A1, 39 and E7. RGB value is (161,57,231). Sum of RGB (Red+Green+Blue) = 161+57+231=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 231 (90.62% from 255 or 51.45% from 449); Max value from RGB is 231 - color contains mainly: blue. Hex color #A139E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A139E7 is #5EC618. Grayscale: #6B6B6B. Windows color (decimal): -6211097 or 15153569. OLE color: 15153569.
HSL color Cylindrical-coordinate representation of color #A139E7: hue angle of 275.86º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A139E7 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 57 | 231 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.09 |
| HSL | 275.86º | 0.78% | 0.56% | - |
| HSV(B) | 275.86º | 0.75% | 0.91% | - |
| XYZ | 30.58 | 16.27 | 77.13 | - |
| YUV | 107.93 | 197.46 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 231 | 0.30 | 0.75 | 0 | 0.09 | 275.86 | 0.78 | 0.56 |
| Hex | A1 | 39 | E7 | 1E | 4B | 0 | 9 | 114 | 4E | 38 |
| Octal | 241 | 71 | 347 | 36 | 113 | 0 | 11 | 424 | 116 | 70 |
| Binary | 10100001 | 111001 | 11100111 | 11110 | 1001011 | 0 | 1001 | 100010100 | 1001110 | 111000 |
Color Harmonies of #A139E7
Complementary color
Monochromatic Colors of #A139E7
Black with #A139E7
Text Example
Text Example
White with #A139E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A139E7; }
p { color: rgb(161,57,231); }
H1.HeaderClassName
{
color: #A139E7;
}
.AnyTagClassName
{
color: #A139E7;
}
</style>
background-color css
<style>
a { background-color: #A139E7; }
a { background-color: rgb(161,57,231); }
div.DivClassName
{
background-color: #A139E7;
}
.BgClassName
{
background-color: #A139E7;
}
</style>
border-color css
<style>
span { border-color: #A139E7; }
span { border-color: rgb(161,57,231); }
td.TdClassName
{
border-color: #A139E7;
}
.TagClassName
{
border-color: #A139E7;
}
</style>