Shades of Blue Violet #A326FE
Tints of Blue Violet #A326FE
RGB
CMYK
RGB Variations
Color information
#A326FE (or 0xA326FE) is known color: Blue Violet. HEX triplet: A3, 26 and FE. RGB value is (163,38,254). Sum of RGB (Red+Green+Blue) = 163+38+254=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #A326FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A326FE is #5CD901. Grayscale: #636363. Windows color (decimal): -6084866 or 16656035. OLE color: 16656035.
HSL color Cylindrical-coordinate representation of color #A326FE: hue angle of 274.72º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A326FE is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 38 | 254 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.00 |
| HSL | 274.72º | 0.99% | 0.57% | - |
| HSV(B) | 274.72º | 0.85% | 1% | - |
| XYZ | 33.69 | 16.33 | 95.14 | - |
| YUV | 100 | 214.91 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 254 | 0.36 | 0.85 | 0 | 0.00 | 274.72 | 0.99 | 0.57 |
| Hex | A3 | 26 | FE | 24 | 55 | 0 | 0 | 113 | 63 | 39 |
| Octal | 243 | 46 | 376 | 44 | 125 | 0 | 0 | 423 | 143 | 71 |
| Binary | 10100011 | 100110 | 11111110 | 100100 | 1010101 | 0 | 0 | 100010011 | 1100011 | 111001 |
Color Harmonies of #A326FE
Complementary color
Monochromatic Colors of #A326FE
Black with #A326FE
Text Example
Text Example
White with #A326FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A326FE; }
p { color: rgb(163,38,254); }
H1.HeaderClassName
{
color: #A326FE;
}
.AnyTagClassName
{
color: #A326FE;
}
</style>
background-color css
<style>
a { background-color: #A326FE; }
a { background-color: rgb(163,38,254); }
div.DivClassName
{
background-color: #A326FE;
}
.BgClassName
{
background-color: #A326FE;
}
</style>
border-color css
<style>
span { border-color: #A326FE; }
span { border-color: rgb(163,38,254); }
td.TdClassName
{
border-color: #A326FE;
}
.TagClassName
{
border-color: #A326FE;
}
</style>