Shades of Blue Violet #A318F0
Tints of Blue Violet #A318F0
RGB
CMYK
RGB Variations
Color information
#A318F0 (or 0xA318F0) is known color: Blue Violet. HEX triplet: A3, 18 and F0. RGB value is (163,24,240). Sum of RGB (Red+Green+Blue) = 163+24+240=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 240 (94.14% from 255 or 56.21% from 427); Max value from RGB is 240 - color contains mainly: blue. Hex color #A318F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A318F0 is #5CE70F. Grayscale: #595959. Windows color (decimal): -6088464 or 15734947. OLE color: 15734947.
HSL color Cylindrical-coordinate representation of color #A318F0: hue angle of 278.61º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A318F0 is Cyan = 0.32, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 24 | 240 | - |
| CMYK | 0.32 | 0.9 | 0 | 0.06 |
| HSL | 278.61º | 0.88% | 0.52% | - |
| HSV(B) | 278.61º | 0.9% | 0.94% | - |
| XYZ | 31.16 | 14.73 | 83.64 | - |
| YUV | 90.19 | 212.55 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 240 | 0.32 | 0.9 | 0 | 0.06 | 278.61 | 0.88 | 0.52 |
| Hex | A3 | 18 | F0 | 20 | 5A | 0 | 6 | 117 | 58 | 34 |
| Octal | 243 | 30 | 360 | 40 | 132 | 0 | 6 | 427 | 130 | 64 |
| Binary | 10100011 | 11000 | 11110000 | 100000 | 1011010 | 0 | 110 | 100010111 | 1011000 | 110100 |
Color Harmonies of #A318F0
Complementary color
Monochromatic Colors of #A318F0
Black with #A318F0
Text Example
Text Example
White with #A318F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A318F0; }
p { color: rgb(163,24,240); }
H1.HeaderClassName
{
color: #A318F0;
}
.AnyTagClassName
{
color: #A318F0;
}
</style>
background-color css
<style>
a { background-color: #A318F0; }
a { background-color: rgb(163,24,240); }
div.DivClassName
{
background-color: #A318F0;
}
.BgClassName
{
background-color: #A318F0;
}
</style>
border-color css
<style>
span { border-color: #A318F0; }
span { border-color: rgb(163,24,240); }
td.TdClassName
{
border-color: #A318F0;
}
.TagClassName
{
border-color: #A318F0;
}
</style>