Shades of Blue Violet #A328FB
Tints of Blue Violet #A328FB
RGB
CMYK
RGB Variations
Color information
#A328FB (or 0xA328FB) is known color: Blue Violet. HEX triplet: A3, 28 and FB. RGB value is (163,40,251). Sum of RGB (Red+Green+Blue) = 163+40+251=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #A328FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A328FB is #5CD704. Grayscale: #646464. Windows color (decimal): -6084357 or 16459939. OLE color: 16459939.
HSL color Cylindrical-coordinate representation of color #A328FB: hue angle of 274.98º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A328FB is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 40 | 251 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.02 |
| HSL | 274.98º | 0.96% | 0.57% | - |
| HSV(B) | 274.98º | 0.84% | 0.98% | - |
| XYZ | 33.28 | 16.27 | 92.65 | - |
| YUV | 100.83 | 212.75 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 251 | 0.35 | 0.84 | 0 | 0.02 | 274.98 | 0.96 | 0.57 |
| Hex | A3 | 28 | FB | 23 | 54 | 0 | 2 | 113 | 60 | 39 |
| Octal | 243 | 50 | 373 | 43 | 124 | 0 | 2 | 423 | 140 | 71 |
| Binary | 10100011 | 101000 | 11111011 | 100011 | 1010100 | 0 | 10 | 100010011 | 1100000 | 111001 |
Color Harmonies of #A328FB
Complementary color
Monochromatic Colors of #A328FB
Black with #A328FB
Text Example
Text Example
White with #A328FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A328FB; }
p { color: rgb(163,40,251); }
H1.HeaderClassName
{
color: #A328FB;
}
.AnyTagClassName
{
color: #A328FB;
}
</style>
background-color css
<style>
a { background-color: #A328FB; }
a { background-color: rgb(163,40,251); }
div.DivClassName
{
background-color: #A328FB;
}
.BgClassName
{
background-color: #A328FB;
}
</style>
border-color css
<style>
span { border-color: #A328FB; }
span { border-color: rgb(163,40,251); }
td.TdClassName
{
border-color: #A328FB;
}
.TagClassName
{
border-color: #A328FB;
}
</style>