Shades of Blue Violet #A334EC
Tints of Blue Violet #A334EC
RGB
CMYK
RGB Variations
Color information
#A334EC (or 0xA334EC) is known color: Blue Violet. HEX triplet: A3, 34 and EC. RGB value is (163,52,236). Sum of RGB (Red+Green+Blue) = 163+52+236=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #A334EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A334EC is #5CCB13. Grayscale: #696969. Windows color (decimal): -6081300 or 15479971. OLE color: 15479971.
HSL color Cylindrical-coordinate representation of color #A334EC: hue angle of 276.2º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A334EC is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 52 | 236 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.07 |
| HSL | 276.2º | 0.83% | 0.56% | - |
| HSV(B) | 276.2º | 0.78% | 0.93% | - |
| XYZ | 31.47 | 16.3 | 80.84 | - |
| YUV | 106.17 | 201.27 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 236 | 0.31 | 0.78 | 0 | 0.07 | 276.2 | 0.83 | 0.56 |
| Hex | A3 | 34 | EC | 1F | 4E | 0 | 7 | 114 | 53 | 38 |
| Octal | 243 | 64 | 354 | 37 | 116 | 0 | 7 | 424 | 123 | 70 |
| Binary | 10100011 | 110100 | 11101100 | 11111 | 1001110 | 0 | 111 | 100010100 | 1010011 | 111000 |
Color Harmonies of #A334EC
Complementary color
Monochromatic Colors of #A334EC
Black with #A334EC
Text Example
Text Example
White with #A334EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334EC; }
p { color: rgb(163,52,236); }
H1.HeaderClassName
{
color: #A334EC;
}
.AnyTagClassName
{
color: #A334EC;
}
</style>
background-color css
<style>
a { background-color: #A334EC; }
a { background-color: rgb(163,52,236); }
div.DivClassName
{
background-color: #A334EC;
}
.BgClassName
{
background-color: #A334EC;
}
</style>
border-color css
<style>
span { border-color: #A334EC; }
span { border-color: rgb(163,52,236); }
td.TdClassName
{
border-color: #A334EC;
}
.TagClassName
{
border-color: #A334EC;
}
</style>