Shades of Blue Violet #A339F0
Tints of Blue Violet #A339F0
RGB
CMYK
RGB Variations
Color information
#A339F0 (or 0xA339F0) is known color: Blue Violet. HEX triplet: A3, 39 and F0. RGB value is (163,57,240). Sum of RGB (Red+Green+Blue) = 163+57+240=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #A339F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A339F0 is #5CC60F. Grayscale: #6C6C6C. Windows color (decimal): -6080016 or 15743395. OLE color: 15743395.
HSL color Cylindrical-coordinate representation of color #A339F0: hue angle of 274.75º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A339F0 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 57 | 240 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.06 |
| HSL | 274.75º | 0.86% | 0.58% | - |
| HSV(B) | 274.75º | 0.76% | 0.94% | - |
| XYZ | 32.3 | 17 | 84.02 | - |
| YUV | 109.56 | 201.62 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 240 | 0.32 | 0.76 | 0 | 0.06 | 274.75 | 0.86 | 0.58 |
| Hex | A3 | 39 | F0 | 20 | 4C | 0 | 6 | 113 | 56 | 3A |
| Octal | 243 | 71 | 360 | 40 | 114 | 0 | 6 | 423 | 126 | 72 |
| Binary | 10100011 | 111001 | 11110000 | 100000 | 1001100 | 0 | 110 | 100010011 | 1010110 | 111010 |
Color Harmonies of #A339F0
Complementary color
Monochromatic Colors of #A339F0
Black with #A339F0
Text Example
Text Example
White with #A339F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A339F0; }
p { color: rgb(163,57,240); }
H1.HeaderClassName
{
color: #A339F0;
}
.AnyTagClassName
{
color: #A339F0;
}
</style>
background-color css
<style>
a { background-color: #A339F0; }
a { background-color: rgb(163,57,240); }
div.DivClassName
{
background-color: #A339F0;
}
.BgClassName
{
background-color: #A339F0;
}
</style>
border-color css
<style>
span { border-color: #A339F0; }
span { border-color: rgb(163,57,240); }
td.TdClassName
{
border-color: #A339F0;
}
.TagClassName
{
border-color: #A339F0;
}
</style>