Shades of Blue Violet #A046FE
Tints of Blue Violet #A046FE
RGB
CMYK
RGB Variations
Color information
#A046FE (or 0xA046FE) is known color: Blue Violet. HEX triplet: A0, 46 and FE. RGB value is (160,70,254). Sum of RGB (Red+Green+Blue) = 160+70+254=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 70 (27.73% from 255 or 14.46% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #A046FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A046FE is #5FB901. Grayscale: #757575. Windows color (decimal): -6273282 or 16664224. OLE color: 16664224.
HSL color Cylindrical-coordinate representation of color #A046FE: hue angle of 269.35º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A046FE is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 70 | 254 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.00 |
| HSL | 269.35º | 0.99% | 0.64% | - |
| HSV(B) | 269.35º | 0.72% | 1% | - |
| XYZ | 34.58 | 19.01 | 95.61 | - |
| YUV | 117.89 | 204.82 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 254 | 0.37 | 0.72 | 0 | 0.00 | 269.35 | 0.99 | 0.64 |
| Hex | A0 | 46 | FE | 25 | 48 | 0 | 0 | 10D | 63 | 40 |
| Octal | 240 | 106 | 376 | 45 | 110 | 0 | 0 | 415 | 143 | 100 |
| Binary | 10100000 | 1000110 | 11111110 | 100101 | 1001000 | 0 | 0 | 100001101 | 1100011 | 1000000 |
Color Harmonies of #A046FE
Complementary color
Monochromatic Colors of #A046FE
Black with #A046FE
Text Example
Text Example
White with #A046FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A046FE; }
p { color: rgb(160,70,254); }
H1.HeaderClassName
{
color: #A046FE;
}
.AnyTagClassName
{
color: #A046FE;
}
</style>
background-color css
<style>
a { background-color: #A046FE; }
a { background-color: rgb(160,70,254); }
div.DivClassName
{
background-color: #A046FE;
}
.BgClassName
{
background-color: #A046FE;
}
</style>
border-color css
<style>
span { border-color: #A046FE; }
span { border-color: rgb(160,70,254); }
td.TdClassName
{
border-color: #A046FE;
}
.TagClassName
{
border-color: #A046FE;
}
</style>