Shades of Blue Violet #A047FF
Tints of Blue Violet #A047FF
RGB
CMYK
RGB Variations
Color information
#A047FF (or 0xA047FF) is known color: Blue Violet. HEX triplet: A0, 47 and FF. RGB value is (160,71,255). Sum of RGB (Red+Green+Blue) = 160+71+255=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #A047FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A047FF is #5FB800. Grayscale: #757575. Windows color (decimal): -6273025 or 16730016. OLE color: 16730016.
HSL color Cylindrical-coordinate representation of color #A047FF: hue angle of 269.02º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A047FF is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 71 | 255 | - |
| CMYK | 0.37 | 0.72 | 0 | 0 |
| HSL | 269.02º | 1% | 0.64% | - |
| HSV(B) | 269.02º | 0.72% | 1% | - |
| XYZ | 34.8 | 19.2 | 96.48 | - |
| YUV | 118.59 | 204.99 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 255 | 0.37 | 0.72 | 0 | 0 | 269.02 | 1 | 0.64 |
| Hex | A0 | 47 | FF | 25 | 48 | 0 | 0 | 10D | 64 | 40 |
| Octal | 240 | 107 | 377 | 45 | 110 | 0 | 0 | 415 | 144 | 100 |
| Binary | 10100000 | 1000111 | 11111111 | 100101 | 1001000 | 0 | 0 | 100001101 | 1100100 | 1000000 |
Color Harmonies of #A047FF
Complementary color
Monochromatic Colors of #A047FF
Black with #A047FF
Text Example
Text Example
White with #A047FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A047FF; }
p { color: rgb(160,71,255); }
H1.HeaderClassName
{
color: #A047FF;
}
.AnyTagClassName
{
color: #A047FF;
}
</style>
background-color css
<style>
a { background-color: #A047FF; }
a { background-color: rgb(160,71,255); }
div.DivClassName
{
background-color: #A047FF;
}
.BgClassName
{
background-color: #A047FF;
}
</style>
border-color css
<style>
span { border-color: #A047FF; }
span { border-color: rgb(160,71,255); }
td.TdClassName
{
border-color: #A047FF;
}
.TagClassName
{
border-color: #A047FF;
}
</style>