Shades of Blue Violet #A327F2
Tints of Blue Violet #A327F2
RGB
CMYK
RGB Variations
Color information
#A327F2 (or 0xA327F2) is known color: Blue Violet. HEX triplet: A3, 27 and F2. RGB value is (163,39,242). Sum of RGB (Red+Green+Blue) = 163+39+242=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 39 (15.62% from 255 or 8.78% from 444); Blue value is 242 (94.92% from 255 or 54.50% from 444); Max value from RGB is 242 - color contains mainly: blue. Hex color #A327F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A327F2 is #5CD80D. Grayscale: #626262. Windows color (decimal): -6084622 or 15869859. OLE color: 15869859.
HSL color Cylindrical-coordinate representation of color #A327F2: hue angle of 276.65º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A327F2 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 39 | 242 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.05 |
| HSL | 276.65º | 0.89% | 0.55% | - |
| HSV(B) | 276.65º | 0.84% | 0.95% | - |
| XYZ | 31.86 | 15.65 | 85.35 | - |
| YUV | 99.22 | 208.58 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 242 | 0.33 | 0.84 | 0 | 0.05 | 276.65 | 0.89 | 0.55 |
| Hex | A3 | 27 | F2 | 21 | 54 | 0 | 5 | 115 | 59 | 37 |
| Octal | 243 | 47 | 362 | 41 | 124 | 0 | 5 | 425 | 131 | 67 |
| Binary | 10100011 | 100111 | 11110010 | 100001 | 1010100 | 0 | 101 | 100010101 | 1011001 | 110111 |
Color Harmonies of #A327F2
Complementary color
Monochromatic Colors of #A327F2
Black with #A327F2
Text Example
Text Example
White with #A327F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A327F2; }
p { color: rgb(163,39,242); }
H1.HeaderClassName
{
color: #A327F2;
}
.AnyTagClassName
{
color: #A327F2;
}
</style>
background-color css
<style>
a { background-color: #A327F2; }
a { background-color: rgb(163,39,242); }
div.DivClassName
{
background-color: #A327F2;
}
.BgClassName
{
background-color: #A327F2;
}
</style>
border-color css
<style>
span { border-color: #A327F2; }
span { border-color: rgb(163,39,242); }
td.TdClassName
{
border-color: #A327F2;
}
.TagClassName
{
border-color: #A327F2;
}
</style>