Shades of Blue Violet #A327FF
Tints of Blue Violet #A327FF
RGB
CMYK
RGB Variations
Color information
#A327FF (or 0xA327FF) is known color: Blue Violet. HEX triplet: A3, 27 and FF. RGB value is (163,39,255). Sum of RGB (Red+Green+Blue) = 163+39+255=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #A327FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A327FF is #5CD800. Grayscale: #636363. Windows color (decimal): -6084609 or 16721827. OLE color: 16721827.
HSL color Cylindrical-coordinate representation of color #A327FF: hue angle of 274.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A327FF is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 39 | 255 | - |
| CMYK | 0.36 | 0.85 | 0 | 0 |
| HSL | 274.44º | 1% | 0.58% | - |
| HSV(B) | 274.44º | 0.85% | 1% | - |
| XYZ | 33.88 | 16.46 | 96 | - |
| YUV | 100.7 | 215.08 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 255 | 0.36 | 0.85 | 0 | 0 | 274.44 | 1 | 0.58 |
| Hex | A3 | 27 | FF | 24 | 55 | 0 | 0 | 112 | 64 | 3A |
| Octal | 243 | 47 | 377 | 44 | 125 | 0 | 0 | 422 | 144 | 72 |
| Binary | 10100011 | 100111 | 11111111 | 100100 | 1010101 | 0 | 0 | 100010010 | 1100100 | 111010 |
Color Harmonies of #A327FF
Complementary color
Monochromatic Colors of #A327FF
Black with #A327FF
Text Example
Text Example
White with #A327FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A327FF; }
p { color: rgb(163,39,255); }
H1.HeaderClassName
{
color: #A327FF;
}
.AnyTagClassName
{
color: #A327FF;
}
</style>
background-color css
<style>
a { background-color: #A327FF; }
a { background-color: rgb(163,39,255); }
div.DivClassName
{
background-color: #A327FF;
}
.BgClassName
{
background-color: #A327FF;
}
</style>
border-color css
<style>
span { border-color: #A327FF; }
span { border-color: rgb(163,39,255); }
td.TdClassName
{
border-color: #A327FF;
}
.TagClassName
{
border-color: #A327FF;
}
</style>