Shades of Blue Violet #A326FD
Tints of Blue Violet #A326FD
RGB
CMYK
RGB Variations
Color information
#A326FD (or 0xA326FD) is known color: Blue Violet. HEX triplet: A3, 26 and FD. RGB value is (163,38,253). Sum of RGB (Red+Green+Blue) = 163+38+253=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #A326FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A326FD is #5CD902. Grayscale: #636363. Windows color (decimal): -6084867 or 16590499. OLE color: 16590499.
HSL color Cylindrical-coordinate representation of color #A326FD: hue angle of 274.88º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A326FD is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 38 | 253 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.01 |
| HSL | 274.88º | 0.98% | 0.57% | - |
| HSV(B) | 274.88º | 0.85% | 0.99% | - |
| XYZ | 33.53 | 16.26 | 94.3 | - |
| YUV | 99.89 | 214.41 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 253 | 0.36 | 0.85 | 0 | 0.01 | 274.88 | 0.98 | 0.57 |
| Hex | A3 | 26 | FD | 24 | 55 | 0 | 1 | 113 | 62 | 39 |
| Octal | 243 | 46 | 375 | 44 | 125 | 0 | 1 | 423 | 142 | 71 |
| Binary | 10100011 | 100110 | 11111101 | 100100 | 1010101 | 0 | 1 | 100010011 | 1100010 | 111001 |
Color Harmonies of #A326FD
Complementary color
Monochromatic Colors of #A326FD
Black with #A326FD
Text Example
Text Example
White with #A326FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A326FD; }
p { color: rgb(163,38,253); }
H1.HeaderClassName
{
color: #A326FD;
}
.AnyTagClassName
{
color: #A326FD;
}
</style>
background-color css
<style>
a { background-color: #A326FD; }
a { background-color: rgb(163,38,253); }
div.DivClassName
{
background-color: #A326FD;
}
.BgClassName
{
background-color: #A326FD;
}
</style>
border-color css
<style>
span { border-color: #A326FD; }
span { border-color: rgb(163,38,253); }
td.TdClassName
{
border-color: #A326FD;
}
.TagClassName
{
border-color: #A326FD;
}
</style>