Shades of Blue Violet #A326EF
Tints of Blue Violet #A326EF
RGB
CMYK
RGB Variations
Color information
#A326EF (or 0xA326EF) is known color: Blue Violet. HEX triplet: A3, 26 and EF. RGB value is (163,38,239). Sum of RGB (Red+Green+Blue) = 163+38+239=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #A326EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A326EF is #5CD910. Grayscale: #616161. Windows color (decimal): -6084881 or 15672995. OLE color: 15672995.
HSL color Cylindrical-coordinate representation of color #A326EF: hue angle of 277.31º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A326EF is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 38 | 239 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.06 |
| HSL | 277.31º | 0.86% | 0.54% | - |
| HSV(B) | 277.31º | 0.84% | 0.94% | - |
| XYZ | 31.38 | 15.4 | 82.98 | - |
| YUV | 98.29 | 207.41 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 239 | 0.32 | 0.84 | 0 | 0.06 | 277.31 | 0.86 | 0.54 |
| Hex | A3 | 26 | EF | 20 | 54 | 0 | 6 | 115 | 56 | 36 |
| Octal | 243 | 46 | 357 | 40 | 124 | 0 | 6 | 425 | 126 | 66 |
| Binary | 10100011 | 100110 | 11101111 | 100000 | 1010100 | 0 | 110 | 100010101 | 1010110 | 110110 |
Color Harmonies of #A326EF
Complementary color
Monochromatic Colors of #A326EF
Black with #A326EF
Text Example
Text Example
White with #A326EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A326EF; }
p { color: rgb(163,38,239); }
H1.HeaderClassName
{
color: #A326EF;
}
.AnyTagClassName
{
color: #A326EF;
}
</style>
background-color css
<style>
a { background-color: #A326EF; }
a { background-color: rgb(163,38,239); }
div.DivClassName
{
background-color: #A326EF;
}
.BgClassName
{
background-color: #A326EF;
}
</style>
border-color css
<style>
span { border-color: #A326EF; }
span { border-color: rgb(163,38,239); }
td.TdClassName
{
border-color: #A326EF;
}
.TagClassName
{
border-color: #A326EF;
}
</style>