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