Shades of Blue Violet #A326E5
Tints of Blue Violet #A326E5
RGB
CMYK
RGB Variations
Color information
#A326E5 (or 0xA326E5) is known color: Blue Violet. HEX triplet: A3, 26 and E5. RGB value is (163,38,229). Sum of RGB (Red+Green+Blue) = 163+38+229=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 229 (89.84% from 255 or 53.26% from 430); Max value from RGB is 229 - color contains mainly: blue. Hex color #A326E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A326E5 is #5CD91A. Grayscale: #606060. Windows color (decimal): -6084891 or 15017635. OLE color: 15017635.
HSL color Cylindrical-coordinate representation of color #A326E5: hue angle of 279.27º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A326E5 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 38 | 229 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.10 |
| HSL | 279.27º | 0.79% | 0.52% | - |
| HSV(B) | 279.27º | 0.83% | 0.9% | - |
| XYZ | 29.94 | 14.83 | 75.41 | - |
| YUV | 97.15 | 202.41 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 229 | 0.29 | 0.83 | 0 | 0.10 | 279.27 | 0.79 | 0.52 |
| Hex | A3 | 26 | E5 | 1D | 53 | 0 | A | 117 | 4F | 34 |
| Octal | 243 | 46 | 345 | 35 | 123 | 0 | 12 | 427 | 117 | 64 |
| Binary | 10100011 | 100110 | 11100101 | 11101 | 1010011 | 0 | 1010 | 100010111 | 1001111 | 110100 |
Color Harmonies of #A326E5
Complementary color
Monochromatic Colors of #A326E5
Black with #A326E5
Text Example
Text Example
White with #A326E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A326E5; }
p { color: rgb(163,38,229); }
H1.HeaderClassName
{
color: #A326E5;
}
.AnyTagClassName
{
color: #A326E5;
}
</style>
background-color css
<style>
a { background-color: #A326E5; }
a { background-color: rgb(163,38,229); }
div.DivClassName
{
background-color: #A326E5;
}
.BgClassName
{
background-color: #A326E5;
}
</style>
border-color css
<style>
span { border-color: #A326E5; }
span { border-color: rgb(163,38,229); }
td.TdClassName
{
border-color: #A326E5;
}
.TagClassName
{
border-color: #A326E5;
}
</style>