Shades of Blue Violet #A347ED
Tints of Blue Violet #A347ED
RGB
CMYK
RGB Variations
Color information
#A347ED (or 0xA347ED) is known color: Blue Violet. HEX triplet: A3, 47 and ED. RGB value is (163,71,237). Sum of RGB (Red+Green+Blue) = 163+71+237=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #A347ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A347ED is #5CB812. Grayscale: #747474. Windows color (decimal): -6076435 or 15550371. OLE color: 15550371.
HSL color Cylindrical-coordinate representation of color #A347ED: hue angle of 273.25º 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 #A347ED is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 71 | 237 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.07 |
| HSL | 273.25º | 0.82% | 0.6% | - |
| HSV(B) | 273.25º | 0.7% | 0.93% | - |
| XYZ | 32.64 | 18.41 | 81.95 | - |
| YUV | 117.43 | 195.48 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 71 | 237 | 0.31 | 0.70 | 0 | 0.07 | 273.25 | 0.82 | 0.6 |
| Hex | A3 | 47 | ED | 1F | 46 | 0 | 7 | 111 | 52 | 3C |
| Octal | 243 | 107 | 355 | 37 | 106 | 0 | 7 | 421 | 122 | 74 |
| Binary | 10100011 | 1000111 | 11101101 | 11111 | 1000110 | 0 | 111 | 100010001 | 1010010 | 111100 |
Color Harmonies of #A347ED
Complementary color
Monochromatic Colors of #A347ED
Black with #A347ED
Text Example
Text Example
White with #A347ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A347ED; }
p { color: rgb(163,71,237); }
H1.HeaderClassName
{
color: #A347ED;
}
.AnyTagClassName
{
color: #A347ED;
}
</style>
background-color css
<style>
a { background-color: #A347ED; }
a { background-color: rgb(163,71,237); }
div.DivClassName
{
background-color: #A347ED;
}
.BgClassName
{
background-color: #A347ED;
}
</style>
border-color css
<style>
span { border-color: #A347ED; }
span { border-color: rgb(163,71,237); }
td.TdClassName
{
border-color: #A347ED;
}
.TagClassName
{
border-color: #A347ED;
}
</style>