Shades of Blue Violet #A318F3
Tints of Blue Violet #A318F3
RGB
CMYK
RGB Variations
Color information
#A318F3 (or 0xA318F3) is known color: Blue Violet. HEX triplet: A3, 18 and F3. RGB value is (163,24,243). Sum of RGB (Red+Green+Blue) = 163+24+243=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 243 (95.31% from 255 or 56.51% from 430); Max value from RGB is 243 - color contains mainly: blue. Hex color #A318F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A318F3 is #5CE70C. Grayscale: #595959. Windows color (decimal): -6088461 or 15931555. OLE color: 15931555.
HSL color Cylindrical-coordinate representation of color #A318F3: hue angle of 278.08º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A318F3 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 24 | 243 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.05 |
| HSL | 278.08º | 0.9% | 0.52% | - |
| HSV(B) | 278.08º | 0.9% | 0.95% | - |
| XYZ | 31.61 | 14.91 | 86.01 | - |
| YUV | 90.53 | 214.05 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 243 | 0.33 | 0.90 | 0 | 0.05 | 278.08 | 0.9 | 0.52 |
| Hex | A3 | 18 | F3 | 21 | 5A | 0 | 5 | 116 | 5A | 34 |
| Octal | 243 | 30 | 363 | 41 | 132 | 0 | 5 | 426 | 132 | 64 |
| Binary | 10100011 | 11000 | 11110011 | 100001 | 1011010 | 0 | 101 | 100010110 | 1011010 | 110100 |
Color Harmonies of #A318F3
Complementary color
Monochromatic Colors of #A318F3
Black with #A318F3
Text Example
Text Example
White with #A318F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A318F3; }
p { color: rgb(163,24,243); }
H1.HeaderClassName
{
color: #A318F3;
}
.AnyTagClassName
{
color: #A318F3;
}
</style>
background-color css
<style>
a { background-color: #A318F3; }
a { background-color: rgb(163,24,243); }
div.DivClassName
{
background-color: #A318F3;
}
.BgClassName
{
background-color: #A318F3;
}
</style>
border-color css
<style>
span { border-color: #A318F3; }
span { border-color: rgb(163,24,243); }
td.TdClassName
{
border-color: #A318F3;
}
.TagClassName
{
border-color: #A318F3;
}
</style>