Shades of Blue Violet #A147FE
Tints of Blue Violet #A147FE
RGB
CMYK
RGB Variations
Color information
#A147FE (or 0xA147FE) is known color: Blue Violet. HEX triplet: A1, 47 and FE. RGB value is (161,71,254). Sum of RGB (Red+Green+Blue) = 161+71+254=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #A147FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A147FE is #5EB801. Grayscale: #767676. Windows color (decimal): -6207490 or 16664481. OLE color: 16664481.
HSL color Cylindrical-coordinate representation of color #A147FE: hue angle of 269.51º 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 #A147FE is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 71 | 254 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.00 |
| HSL | 269.51º | 0.99% | 0.64% | - |
| HSV(B) | 269.51º | 0.72% | 1% | - |
| XYZ | 34.84 | 19.24 | 95.64 | - |
| YUV | 118.77 | 204.32 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 254 | 0.37 | 0.72 | 0 | 0.00 | 269.51 | 0.99 | 0.64 |
| Hex | A1 | 47 | FE | 25 | 48 | 0 | 0 | 10E | 63 | 40 |
| Octal | 241 | 107 | 376 | 45 | 110 | 0 | 0 | 416 | 143 | 100 |
| Binary | 10100001 | 1000111 | 11111110 | 100101 | 1001000 | 0 | 0 | 100001110 | 1100011 | 1000000 |
Color Harmonies of #A147FE
Complementary color
Monochromatic Colors of #A147FE
Black with #A147FE
Text Example
Text Example
White with #A147FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A147FE; }
p { color: rgb(161,71,254); }
H1.HeaderClassName
{
color: #A147FE;
}
.AnyTagClassName
{
color: #A147FE;
}
</style>
background-color css
<style>
a { background-color: #A147FE; }
a { background-color: rgb(161,71,254); }
div.DivClassName
{
background-color: #A147FE;
}
.BgClassName
{
background-color: #A147FE;
}
</style>
border-color css
<style>
span { border-color: #A147FE; }
span { border-color: rgb(161,71,254); }
td.TdClassName
{
border-color: #A147FE;
}
.TagClassName
{
border-color: #A147FE;
}
</style>