Shades of Blue Violet #A327E5
Tints of Blue Violet #A327E5
RGB
CMYK
RGB Variations
Color information
#A327E5 (or 0xA327E5) is known color: Blue Violet. HEX triplet: A3, 27 and E5. RGB value is (163,39,229). Sum of RGB (Red+Green+Blue) = 163+39+229=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 229 (89.84% from 255 or 53.13% from 431); Max value from RGB is 229 - color contains mainly: blue. Hex color #A327E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A327E5 is #5CD81A. Grayscale: #616161. Windows color (decimal): -6084635 or 15017891. OLE color: 15017891.
HSL color Cylindrical-coordinate representation of color #A327E5: hue angle of 279.16º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A327E5 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 39 | 229 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.10 |
| HSL | 279.16º | 0.79% | 0.53% | - |
| HSV(B) | 279.16º | 0.83% | 0.9% | - |
| XYZ | 29.97 | 14.89 | 75.42 | - |
| YUV | 97.74 | 202.08 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 229 | 0.29 | 0.83 | 0 | 0.10 | 279.16 | 0.79 | 0.53 |
| Hex | A3 | 27 | E5 | 1D | 53 | 0 | A | 117 | 4F | 35 |
| Octal | 243 | 47 | 345 | 35 | 123 | 0 | 12 | 427 | 117 | 65 |
| Binary | 10100011 | 100111 | 11100101 | 11101 | 1010011 | 0 | 1010 | 100010111 | 1001111 | 110101 |
Color Harmonies of #A327E5
Complementary color
Monochromatic Colors of #A327E5
Black with #A327E5
Text Example
Text Example
White with #A327E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A327E5; }
p { color: rgb(163,39,229); }
H1.HeaderClassName
{
color: #A327E5;
}
.AnyTagClassName
{
color: #A327E5;
}
</style>
background-color css
<style>
a { background-color: #A327E5; }
a { background-color: rgb(163,39,229); }
div.DivClassName
{
background-color: #A327E5;
}
.BgClassName
{
background-color: #A327E5;
}
</style>
border-color css
<style>
span { border-color: #A327E5; }
span { border-color: rgb(163,39,229); }
td.TdClassName
{
border-color: #A327E5;
}
.TagClassName
{
border-color: #A327E5;
}
</style>