Shades of Blue Violet #A347FF
Tints of Blue Violet #A347FF
RGB
CMYK
RGB Variations
Color information
#A347FF (or 0xA347FF) is known color: Blue Violet. HEX triplet: A3, 47 and FF. RGB value is (163,71,255). Sum of RGB (Red+Green+Blue) = 163+71+255=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #A347FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A347FF is #5CB800. Grayscale: #767676. Windows color (decimal): -6076417 or 16730019. OLE color: 16730019.
HSL color Cylindrical-coordinate representation of color #A347FF: hue angle of 270º 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 #A347FF is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 71 | 255 | - |
| CMYK | 0.36 | 0.72 | 0 | 0 |
| HSL | 270º | 1% | 0.64% | - |
| HSV(B) | 270º | 0.72% | 1% | - |
| XYZ | 35.41 | 19.51 | 96.51 | - |
| YUV | 119.48 | 204.48 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 71 | 255 | 0.36 | 0.72 | 0 | 0 | 270 | 1 | 0.64 |
| Hex | A3 | 47 | FF | 24 | 48 | 0 | 0 | 10E | 64 | 40 |
| Octal | 243 | 107 | 377 | 44 | 110 | 0 | 0 | 416 | 144 | 100 |
| Binary | 10100011 | 1000111 | 11111111 | 100100 | 1001000 | 0 | 0 | 100001110 | 1100100 | 1000000 |
Color Harmonies of #A347FF
Complementary color
Monochromatic Colors of #A347FF
Black with #A347FF
Text Example
Text Example
White with #A347FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A347FF; }
p { color: rgb(163,71,255); }
H1.HeaderClassName
{
color: #A347FF;
}
.AnyTagClassName
{
color: #A347FF;
}
</style>
background-color css
<style>
a { background-color: #A347FF; }
a { background-color: rgb(163,71,255); }
div.DivClassName
{
background-color: #A347FF;
}
.BgClassName
{
background-color: #A347FF;
}
</style>
border-color css
<style>
span { border-color: #A347FF; }
span { border-color: rgb(163,71,255); }
td.TdClassName
{
border-color: #A347FF;
}
.TagClassName
{
border-color: #A347FF;
}
</style>