Shades of Blue Violet #A334E9
Tints of Blue Violet #A334E9
RGB
CMYK
RGB Variations
Color information
#A334E9 (or 0xA334E9) is known color: Blue Violet. HEX triplet: A3, 34 and E9. RGB value is (163,52,233). Sum of RGB (Red+Green+Blue) = 163+52+233=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #A334E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A334E9 is #5CCB16. Grayscale: #696969. Windows color (decimal): -6081303 or 15283363. OLE color: 15283363.
HSL color Cylindrical-coordinate representation of color #A334E9: hue angle of 276.8º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A334E9 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 52 | 233 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.09 |
| HSL | 276.8º | 0.8% | 0.56% | - |
| HSV(B) | 276.8º | 0.78% | 0.91% | - |
| XYZ | 31.04 | 16.13 | 78.57 | - |
| YUV | 105.82 | 199.77 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 233 | 0.30 | 0.78 | 0 | 0.09 | 276.8 | 0.8 | 0.56 |
| Hex | A3 | 34 | E9 | 1E | 4E | 0 | 9 | 115 | 50 | 38 |
| Octal | 243 | 64 | 351 | 36 | 116 | 0 | 11 | 425 | 120 | 70 |
| Binary | 10100011 | 110100 | 11101001 | 11110 | 1001110 | 0 | 1001 | 100010101 | 1010000 | 111000 |
Color Harmonies of #A334E9
Complementary color
Monochromatic Colors of #A334E9
Black with #A334E9
Text Example
Text Example
White with #A334E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334E9; }
p { color: rgb(163,52,233); }
H1.HeaderClassName
{
color: #A334E9;
}
.AnyTagClassName
{
color: #A334E9;
}
</style>
background-color css
<style>
a { background-color: #A334E9; }
a { background-color: rgb(163,52,233); }
div.DivClassName
{
background-color: #A334E9;
}
.BgClassName
{
background-color: #A334E9;
}
</style>
border-color css
<style>
span { border-color: #A334E9; }
span { border-color: rgb(163,52,233); }
td.TdClassName
{
border-color: #A334E9;
}
.TagClassName
{
border-color: #A334E9;
}
</style>