Shades of Blue Violet #A341ED
Tints of Blue Violet #A341ED
RGB
CMYK
RGB Variations
Color information
#A341ED (or 0xA341ED) is known color: Blue Violet. HEX triplet: A3, 41 and ED. RGB value is (163,65,237). Sum of RGB (Red+Green+Blue) = 163+65+237=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #A341ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A341ED is #5CBE12. Grayscale: #717171. Windows color (decimal): -6077971 or 15548835. OLE color: 15548835.
HSL color Cylindrical-coordinate representation of color #A341ED: hue angle of 274.19º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A341ED is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 65 | 237 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.07 |
| HSL | 274.19º | 0.83% | 0.59% | - |
| HSV(B) | 274.19º | 0.73% | 0.93% | - |
| XYZ | 32.28 | 17.68 | 81.83 | - |
| YUV | 113.91 | 197.47 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 237 | 0.31 | 0.73 | 0 | 0.07 | 274.19 | 0.83 | 0.59 |
| Hex | A3 | 41 | ED | 1F | 49 | 0 | 7 | 112 | 53 | 3B |
| Octal | 243 | 101 | 355 | 37 | 111 | 0 | 7 | 422 | 123 | 73 |
| Binary | 10100011 | 1000001 | 11101101 | 11111 | 1001001 | 0 | 111 | 100010010 | 1010011 | 111011 |
Color Harmonies of #A341ED
Complementary color
Monochromatic Colors of #A341ED
Black with #A341ED
Text Example
Text Example
White with #A341ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A341ED; }
p { color: rgb(163,65,237); }
H1.HeaderClassName
{
color: #A341ED;
}
.AnyTagClassName
{
color: #A341ED;
}
</style>
background-color css
<style>
a { background-color: #A341ED; }
a { background-color: rgb(163,65,237); }
div.DivClassName
{
background-color: #A341ED;
}
.BgClassName
{
background-color: #A341ED;
}
</style>
border-color css
<style>
span { border-color: #A341ED; }
span { border-color: rgb(163,65,237); }
td.TdClassName
{
border-color: #A341ED;
}
.TagClassName
{
border-color: #A341ED;
}
</style>