Shades of Blue Violet #A341EB
Tints of Blue Violet #A341EB
RGB
CMYK
RGB Variations
Color information
#A341EB (or 0xA341EB) is known color: Blue Violet. HEX triplet: A3, 41 and EB. RGB value is (163,65,235). Sum of RGB (Red+Green+Blue) = 163+65+235=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #A341EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A341EB is #5CBE14. Grayscale: #717171. Windows color (decimal): -6077973 or 15417763. OLE color: 15417763.
HSL color Cylindrical-coordinate representation of color #A341EB: hue angle of 274.59º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A341EB is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 65 | 235 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.08 |
| HSL | 274.59º | 0.81% | 0.59% | - |
| HSV(B) | 274.59º | 0.72% | 0.92% | - |
| XYZ | 31.99 | 17.57 | 80.3 | - |
| YUV | 113.68 | 196.47 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 235 | 0.31 | 0.72 | 0 | 0.08 | 274.59 | 0.81 | 0.59 |
| Hex | A3 | 41 | EB | 1F | 48 | 0 | 8 | 113 | 51 | 3B |
| Octal | 243 | 101 | 353 | 37 | 110 | 0 | 10 | 423 | 121 | 73 |
| Binary | 10100011 | 1000001 | 11101011 | 11111 | 1001000 | 0 | 1000 | 100010011 | 1010001 | 111011 |
Color Harmonies of #A341EB
Complementary color
Monochromatic Colors of #A341EB
Black with #A341EB
Text Example
Text Example
White with #A341EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A341EB; }
p { color: rgb(163,65,235); }
H1.HeaderClassName
{
color: #A341EB;
}
.AnyTagClassName
{
color: #A341EB;
}
</style>
background-color css
<style>
a { background-color: #A341EB; }
a { background-color: rgb(163,65,235); }
div.DivClassName
{
background-color: #A341EB;
}
.BgClassName
{
background-color: #A341EB;
}
</style>
border-color css
<style>
span { border-color: #A341EB; }
span { border-color: rgb(163,65,235); }
td.TdClassName
{
border-color: #A341EB;
}
.TagClassName
{
border-color: #A341EB;
}
</style>