Shades of Blue Violet #A327EE
Tints of Blue Violet #A327EE
RGB
CMYK
RGB Variations
Color information
#A327EE (or 0xA327EE) is known color: Blue Violet. HEX triplet: A3, 27 and EE. RGB value is (163,39,238). Sum of RGB (Red+Green+Blue) = 163+39+238=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #A327EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A327EE is #5CD811. Grayscale: #626262. Windows color (decimal): -6084626 or 15607715. OLE color: 15607715.
HSL color Cylindrical-coordinate representation of color #A327EE: hue angle of 277.39º 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 #A327EE is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 39 | 238 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.07 |
| HSL | 277.39º | 0.85% | 0.54% | - |
| HSV(B) | 277.39º | 0.84% | 0.93% | - |
| XYZ | 31.26 | 15.41 | 82.22 | - |
| YUV | 98.76 | 206.58 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 238 | 0.32 | 0.84 | 0 | 0.07 | 277.39 | 0.85 | 0.54 |
| Hex | A3 | 27 | EE | 20 | 54 | 0 | 7 | 115 | 55 | 36 |
| Octal | 243 | 47 | 356 | 40 | 124 | 0 | 7 | 425 | 125 | 66 |
| Binary | 10100011 | 100111 | 11101110 | 100000 | 1010100 | 0 | 111 | 100010101 | 1010101 | 110110 |
Color Harmonies of #A327EE
Complementary color
Monochromatic Colors of #A327EE
Black with #A327EE
Text Example
Text Example
White with #A327EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A327EE; }
p { color: rgb(163,39,238); }
H1.HeaderClassName
{
color: #A327EE;
}
.AnyTagClassName
{
color: #A327EE;
}
</style>
background-color css
<style>
a { background-color: #A327EE; }
a { background-color: rgb(163,39,238); }
div.DivClassName
{
background-color: #A327EE;
}
.BgClassName
{
background-color: #A327EE;
}
</style>
border-color css
<style>
span { border-color: #A327EE; }
span { border-color: rgb(163,39,238); }
td.TdClassName
{
border-color: #A327EE;
}
.TagClassName
{
border-color: #A327EE;
}
</style>