Shades of Blue Violet #A83FFB
Tints of Blue Violet #A83FFB
RGB
CMYK
RGB Variations
Color information
#A83FFB (or 0xA83FFB) is known color: Blue Violet. HEX triplet: A8, 3F and FB. RGB value is (168,63,251). Sum of RGB (Red+Green+Blue) = 168+63+251=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #A83FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83FFB is #57C004. Grayscale: #737373. Windows color (decimal): -5750789 or 16465832. OLE color: 16465832.
HSL color Cylindrical-coordinate representation of color #A83FFB: hue angle of 273.51º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A83FFB is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 63 | 251 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.02 |
| HSL | 273.51º | 0.96% | 0.62% | - |
| HSV(B) | 273.51º | 0.75% | 0.98% | - |
| XYZ | 35.34 | 18.84 | 93.04 | - |
| YUV | 115.83 | 204.29 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 251 | 0.33 | 0.75 | 0 | 0.02 | 273.51 | 0.96 | 0.62 |
| Hex | A8 | 3F | FB | 21 | 4B | 0 | 2 | 112 | 60 | 3E |
| Octal | 250 | 77 | 373 | 41 | 113 | 0 | 2 | 422 | 140 | 76 |
| Binary | 10101000 | 111111 | 11111011 | 100001 | 1001011 | 0 | 10 | 100010010 | 1100000 | 111110 |
Color Harmonies of #A83FFB
Complementary color
Monochromatic Colors of #A83FFB
Black with #A83FFB
Text Example
Text Example
White with #A83FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83FFB; }
p { color: rgb(168,63,251); }
H1.HeaderClassName
{
color: #A83FFB;
}
.AnyTagClassName
{
color: #A83FFB;
}
</style>
background-color css
<style>
a { background-color: #A83FFB; }
a { background-color: rgb(168,63,251); }
div.DivClassName
{
background-color: #A83FFB;
}
.BgClassName
{
background-color: #A83FFB;
}
</style>
border-color css
<style>
span { border-color: #A83FFB; }
span { border-color: rgb(168,63,251); }
td.TdClassName
{
border-color: #A83FFB;
}
.TagClassName
{
border-color: #A83FFB;
}
</style>