Shades of Blue Violet #A139FE
Tints of Blue Violet #A139FE
RGB
CMYK
RGB Variations
Color information
#A139FE (or 0xA139FE) is known color: Blue Violet. HEX triplet: A1, 39 and FE. RGB value is (161,57,254). Sum of RGB (Red+Green+Blue) = 161+57+254=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #A139FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A139FE is #5EC601. Grayscale: #6D6D6D. Windows color (decimal): -6211074 or 16660897. OLE color: 16660897.
HSL color Cylindrical-coordinate representation of color #A139FE: hue angle of 271.68º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A139FE is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 57 | 254 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.00 |
| HSL | 271.68º | 0.99% | 0.61% | - |
| HSV(B) | 271.68º | 0.78% | 1% | - |
| XYZ | 34.05 | 17.66 | 95.38 | - |
| YUV | 110.55 | 208.96 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 254 | 0.37 | 0.78 | 0 | 0.00 | 271.68 | 0.99 | 0.61 |
| Hex | A1 | 39 | FE | 25 | 4E | 0 | 0 | 110 | 63 | 3D |
| Octal | 241 | 71 | 376 | 45 | 116 | 0 | 0 | 420 | 143 | 75 |
| Binary | 10100001 | 111001 | 11111110 | 100101 | 1001110 | 0 | 0 | 100010000 | 1100011 | 111101 |
Color Harmonies of #A139FE
Complementary color
Monochromatic Colors of #A139FE
Black with #A139FE
Text Example
Text Example
White with #A139FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A139FE; }
p { color: rgb(161,57,254); }
H1.HeaderClassName
{
color: #A139FE;
}
.AnyTagClassName
{
color: #A139FE;
}
</style>
background-color css
<style>
a { background-color: #A139FE; }
a { background-color: rgb(161,57,254); }
div.DivClassName
{
background-color: #A139FE;
}
.BgClassName
{
background-color: #A139FE;
}
</style>
border-color css
<style>
span { border-color: #A139FE; }
span { border-color: rgb(161,57,254); }
td.TdClassName
{
border-color: #A139FE;
}
.TagClassName
{
border-color: #A139FE;
}
</style>