Shades of Blue Violet #A83FFA
Tints of Blue Violet #A83FFA
RGB
CMYK
RGB Variations
Color information
#A83FFA (or 0xA83FFA) is known color: Blue Violet. HEX triplet: A8, 3F and FA. RGB value is (168,63,250). Sum of RGB (Red+Green+Blue) = 168+63+250=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #A83FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83FFA is #57C005. Grayscale: #737373. Windows color (decimal): -5750790 or 16400296. OLE color: 16400296.
HSL color Cylindrical-coordinate representation of color #A83FFA: hue angle of 273.69º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A83FFA is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 63 | 250 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.02 |
| HSL | 273.69º | 0.95% | 0.61% | - |
| HSV(B) | 273.69º | 0.75% | 0.98% | - |
| XYZ | 35.18 | 18.78 | 92.21 | - |
| YUV | 115.71 | 203.79 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 250 | 0.33 | 0.75 | 0 | 0.02 | 273.69 | 0.95 | 0.61 |
| Hex | A8 | 3F | FA | 21 | 4B | 0 | 2 | 112 | 5F | 3D |
| Octal | 250 | 77 | 372 | 41 | 113 | 0 | 2 | 422 | 137 | 75 |
| Binary | 10101000 | 111111 | 11111010 | 100001 | 1001011 | 0 | 10 | 100010010 | 1011111 | 111101 |
Color Harmonies of #A83FFA
Complementary color
Monochromatic Colors of #A83FFA
Black with #A83FFA
Text Example
Text Example
White with #A83FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83FFA; }
p { color: rgb(168,63,250); }
H1.HeaderClassName
{
color: #A83FFA;
}
.AnyTagClassName
{
color: #A83FFA;
}
</style>
background-color css
<style>
a { background-color: #A83FFA; }
a { background-color: rgb(168,63,250); }
div.DivClassName
{
background-color: #A83FFA;
}
.BgClassName
{
background-color: #A83FFA;
}
</style>
border-color css
<style>
span { border-color: #A83FFA; }
span { border-color: rgb(168,63,250); }
td.TdClassName
{
border-color: #A83FFA;
}
.TagClassName
{
border-color: #A83FFA;
}
</style>