Shades of Blue Violet #A81EF3
Tints of Blue Violet #A81EF3
RGB
CMYK
RGB Variations
Color information
#A81EF3 (or 0xA81EF3) is known color: Blue Violet. HEX triplet: A8, 1E and F3. RGB value is (168,30,243). Sum of RGB (Red+Green+Blue) = 168+30+243=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 243 (95.31% from 255 or 55.10% from 441); Max value from RGB is 243 - color contains mainly: blue. Hex color #A81EF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81EF3 is #57E10C. Grayscale: #5E5E5E. Windows color (decimal): -5759245 or 15933096. OLE color: 15933096.
HSL color Cylindrical-coordinate representation of color #A81EF3: hue angle of 278.87º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81EF3 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 30 | 243 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.05 |
| HSL | 278.87º | 0.9% | 0.54% | - |
| HSV(B) | 278.87º | 0.88% | 0.95% | - |
| XYZ | 32.79 | 15.72 | 86.1 | - |
| YUV | 95.54 | 211.22 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 30 | 243 | 0.31 | 0.88 | 0 | 0.05 | 278.87 | 0.9 | 0.54 |
| Hex | A8 | 1E | F3 | 1F | 58 | 0 | 5 | 117 | 5A | 36 |
| Octal | 250 | 36 | 363 | 37 | 130 | 0 | 5 | 427 | 132 | 66 |
| Binary | 10101000 | 11110 | 11110011 | 11111 | 1011000 | 0 | 101 | 100010111 | 1011010 | 110110 |
Color Harmonies of #A81EF3
Complementary color
Monochromatic Colors of #A81EF3
Black with #A81EF3
Text Example
Text Example
White with #A81EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81EF3; }
p { color: rgb(168,30,243); }
H1.HeaderClassName
{
color: #A81EF3;
}
.AnyTagClassName
{
color: #A81EF3;
}
</style>
background-color css
<style>
a { background-color: #A81EF3; }
a { background-color: rgb(168,30,243); }
div.DivClassName
{
background-color: #A81EF3;
}
.BgClassName
{
background-color: #A81EF3;
}
</style>
border-color css
<style>
span { border-color: #A81EF3; }
span { border-color: rgb(168,30,243); }
td.TdClassName
{
border-color: #A81EF3;
}
.TagClassName
{
border-color: #A81EF3;
}
</style>