Shades of Blue Violet #A349EE
Tints of Blue Violet #A349EE
RGB
CMYK
RGB Variations
Color information
#A349EE (or 0xA349EE) is known color: Blue Violet. HEX triplet: A3, 49 and EE. RGB value is (163,73,238). Sum of RGB (Red+Green+Blue) = 163+73+238=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #A349EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A349EE is #5CB611. Grayscale: #767676. Windows color (decimal): -6075922 or 15616419. OLE color: 15616419.
HSL color Cylindrical-coordinate representation of color #A349EE: hue angle of 272.73º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A349EE is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 73 | 238 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.07 |
| HSL | 272.73º | 0.83% | 0.61% | - |
| HSV(B) | 272.73º | 0.69% | 0.93% | - |
| XYZ | 32.92 | 18.72 | 82.77 | - |
| YUV | 118.72 | 195.32 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 238 | 0.32 | 0.69 | 0 | 0.07 | 272.73 | 0.83 | 0.61 |
| Hex | A3 | 49 | EE | 20 | 45 | 0 | 7 | 111 | 53 | 3D |
| Octal | 243 | 111 | 356 | 40 | 105 | 0 | 7 | 421 | 123 | 75 |
| Binary | 10100011 | 1001001 | 11101110 | 100000 | 1000101 | 0 | 111 | 100010001 | 1010011 | 111101 |
Color Harmonies of #A349EE
Complementary color
Monochromatic Colors of #A349EE
Black with #A349EE
Text Example
Text Example
White with #A349EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A349EE; }
p { color: rgb(163,73,238); }
H1.HeaderClassName
{
color: #A349EE;
}
.AnyTagClassName
{
color: #A349EE;
}
</style>
background-color css
<style>
a { background-color: #A349EE; }
a { background-color: rgb(163,73,238); }
div.DivClassName
{
background-color: #A349EE;
}
.BgClassName
{
background-color: #A349EE;
}
</style>
border-color css
<style>
span { border-color: #A349EE; }
span { border-color: rgb(163,73,238); }
td.TdClassName
{
border-color: #A349EE;
}
.TagClassName
{
border-color: #A349EE;
}
</style>