Shades of Blue Violet #A147ED
Tints of Blue Violet #A147ED
RGB
CMYK
RGB Variations
Color information
#A147ED (or 0xA147ED) is known color: Blue Violet. HEX triplet: A1, 47 and ED. RGB value is (161,71,237). Sum of RGB (Red+Green+Blue) = 161+71+237=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #A147ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A147ED is #5EB812. Grayscale: #747474. Windows color (decimal): -6207507 or 15550369. OLE color: 15550369.
HSL color Cylindrical-coordinate representation of color #A147ED: hue angle of 272.53º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A147ED is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 71 | 237 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.07 |
| HSL | 272.53º | 0.82% | 0.6% | - |
| HSV(B) | 272.53º | 0.7% | 0.93% | - |
| XYZ | 32.24 | 18.2 | 81.93 | - |
| YUV | 116.83 | 195.82 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 237 | 0.32 | 0.70 | 0 | 0.07 | 272.53 | 0.82 | 0.6 |
| Hex | A1 | 47 | ED | 20 | 46 | 0 | 7 | 111 | 52 | 3C |
| Octal | 241 | 107 | 355 | 40 | 106 | 0 | 7 | 421 | 122 | 74 |
| Binary | 10100001 | 1000111 | 11101101 | 100000 | 1000110 | 0 | 111 | 100010001 | 1010010 | 111100 |
Color Harmonies of #A147ED
Complementary color
Monochromatic Colors of #A147ED
Black with #A147ED
Text Example
Text Example
White with #A147ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A147ED; }
p { color: rgb(161,71,237); }
H1.HeaderClassName
{
color: #A147ED;
}
.AnyTagClassName
{
color: #A147ED;
}
</style>
background-color css
<style>
a { background-color: #A147ED; }
a { background-color: rgb(161,71,237); }
div.DivClassName
{
background-color: #A147ED;
}
.BgClassName
{
background-color: #A147ED;
}
</style>
border-color css
<style>
span { border-color: #A147ED; }
span { border-color: rgb(161,71,237); }
td.TdClassName
{
border-color: #A147ED;
}
.TagClassName
{
border-color: #A147ED;
}
</style>