Shades of Blue Violet #A326ED
Tints of Blue Violet #A326ED
RGB
CMYK
RGB Variations
Color information
#A326ED (or 0xA326ED) is known color: Blue Violet. HEX triplet: A3, 26 and ED. RGB value is (163,38,237). Sum of RGB (Red+Green+Blue) = 163+38+237=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #A326ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A326ED is #5CD912. Grayscale: #616161. Windows color (decimal): -6084883 or 15541923. OLE color: 15541923.
HSL color Cylindrical-coordinate representation of color #A326ED: hue angle of 277.69º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A326ED is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 38 | 237 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.07 |
| HSL | 277.69º | 0.85% | 0.54% | - |
| HSV(B) | 277.69º | 0.84% | 0.93% | - |
| XYZ | 31.08 | 15.29 | 81.43 | - |
| YUV | 98.06 | 206.41 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 237 | 0.31 | 0.84 | 0 | 0.07 | 277.69 | 0.85 | 0.54 |
| Hex | A3 | 26 | ED | 1F | 54 | 0 | 7 | 116 | 55 | 36 |
| Octal | 243 | 46 | 355 | 37 | 124 | 0 | 7 | 426 | 125 | 66 |
| Binary | 10100011 | 100110 | 11101101 | 11111 | 1010100 | 0 | 111 | 100010110 | 1010101 | 110110 |
Color Harmonies of #A326ED
Complementary color
Monochromatic Colors of #A326ED
Black with #A326ED
Text Example
Text Example
White with #A326ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A326ED; }
p { color: rgb(163,38,237); }
H1.HeaderClassName
{
color: #A326ED;
}
.AnyTagClassName
{
color: #A326ED;
}
</style>
background-color css
<style>
a { background-color: #A326ED; }
a { background-color: rgb(163,38,237); }
div.DivClassName
{
background-color: #A326ED;
}
.BgClassName
{
background-color: #A326ED;
}
</style>
border-color css
<style>
span { border-color: #A326ED; }
span { border-color: rgb(163,38,237); }
td.TdClassName
{
border-color: #A326ED;
}
.TagClassName
{
border-color: #A326ED;
}
</style>