Shades of Blue Violet #A327ED
Tints of Blue Violet #A327ED
RGB
CMYK
RGB Variations
Color information
#A327ED (or 0xA327ED) is known color: Blue Violet. HEX triplet: A3, 27 and ED. RGB value is (163,39,237). Sum of RGB (Red+Green+Blue) = 163+39+237=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #A327ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A327ED is #5CD812. Grayscale: #616161. Windows color (decimal): -6084627 or 15542179. OLE color: 15542179.
HSL color Cylindrical-coordinate representation of color #A327ED: hue angle of 277.58º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A327ED is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 39 | 237 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.07 |
| HSL | 277.58º | 0.85% | 0.54% | - |
| HSV(B) | 277.58º | 0.84% | 0.93% | - |
| XYZ | 31.12 | 15.35 | 81.44 | - |
| YUV | 98.65 | 206.08 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 237 | 0.31 | 0.84 | 0 | 0.07 | 277.58 | 0.85 | 0.54 |
| Hex | A3 | 27 | ED | 1F | 54 | 0 | 7 | 116 | 55 | 36 |
| Octal | 243 | 47 | 355 | 37 | 124 | 0 | 7 | 426 | 125 | 66 |
| Binary | 10100011 | 100111 | 11101101 | 11111 | 1010100 | 0 | 111 | 100010110 | 1010101 | 110110 |
Color Harmonies of #A327ED
Complementary color
Monochromatic Colors of #A327ED
Black with #A327ED
Text Example
Text Example
White with #A327ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A327ED; }
p { color: rgb(163,39,237); }
H1.HeaderClassName
{
color: #A327ED;
}
.AnyTagClassName
{
color: #A327ED;
}
</style>
background-color css
<style>
a { background-color: #A327ED; }
a { background-color: rgb(163,39,237); }
div.DivClassName
{
background-color: #A327ED;
}
.BgClassName
{
background-color: #A327ED;
}
</style>
border-color css
<style>
span { border-color: #A327ED; }
span { border-color: rgb(163,39,237); }
td.TdClassName
{
border-color: #A327ED;
}
.TagClassName
{
border-color: #A327ED;
}
</style>