Shades of Blue Violet #A327FA
Tints of Blue Violet #A327FA
RGB
CMYK
RGB Variations
Color information
#A327FA (or 0xA327FA) is known color: Blue Violet. HEX triplet: A3, 27 and FA. RGB value is (163,39,250). Sum of RGB (Red+Green+Blue) = 163+39+250=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #A327FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A327FA is #5CD805. Grayscale: #636363. Windows color (decimal): -6084614 or 16394147. OLE color: 16394147.
HSL color Cylindrical-coordinate representation of color #A327FA: hue angle of 275.26º degrees, saturation: 0.95, 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 #A327FA is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 39 | 250 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.02 |
| HSL | 275.26º | 0.95% | 0.57% | - |
| HSV(B) | 275.26º | 0.84% | 0.98% | - |
| XYZ | 33.09 | 16.14 | 91.81 | - |
| YUV | 100.13 | 212.58 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 250 | 0.35 | 0.84 | 0 | 0.02 | 275.26 | 0.95 | 0.57 |
| Hex | A3 | 27 | FA | 23 | 54 | 0 | 2 | 113 | 5F | 39 |
| Octal | 243 | 47 | 372 | 43 | 124 | 0 | 2 | 423 | 137 | 71 |
| Binary | 10100011 | 100111 | 11111010 | 100011 | 1010100 | 0 | 10 | 100010011 | 1011111 | 111001 |
Color Harmonies of #A327FA
Complementary color
Monochromatic Colors of #A327FA
Black with #A327FA
Text Example
Text Example
White with #A327FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A327FA; }
p { color: rgb(163,39,250); }
H1.HeaderClassName
{
color: #A327FA;
}
.AnyTagClassName
{
color: #A327FA;
}
</style>
background-color css
<style>
a { background-color: #A327FA; }
a { background-color: rgb(163,39,250); }
div.DivClassName
{
background-color: #A327FA;
}
.BgClassName
{
background-color: #A327FA;
}
</style>
border-color css
<style>
span { border-color: #A327FA; }
span { border-color: rgb(163,39,250); }
td.TdClassName
{
border-color: #A327FA;
}
.TagClassName
{
border-color: #A327FA;
}
</style>