Shades of Blue Violet #A83BF3
Tints of Blue Violet #A83BF3
RGB
CMYK
RGB Variations
Color information
#A83BF3 (or 0xA83BF3) is known color: Blue Violet. HEX triplet: A8, 3B and F3. RGB value is (168,59,243). Sum of RGB (Red+Green+Blue) = 168+59+243=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 243 (95.31% from 255 or 51.70% from 470); Max value from RGB is 243 - color contains mainly: blue. Hex color #A83BF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83BF3 is #57C40C. Grayscale: #6F6F6F. Windows color (decimal): -5751821 or 15940520. OLE color: 15940520.
HSL color Cylindrical-coordinate representation of color #A83BF3: hue angle of 275.54º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A83BF3 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 59 | 243 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.05 |
| HSL | 275.54º | 0.88% | 0.59% | - |
| HSV(B) | 275.54º | 0.76% | 0.95% | - |
| XYZ | 33.89 | 17.92 | 86.47 | - |
| YUV | 112.57 | 201.61 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 59 | 243 | 0.31 | 0.76 | 0 | 0.05 | 275.54 | 0.88 | 0.59 |
| Hex | A8 | 3B | F3 | 1F | 4C | 0 | 5 | 114 | 58 | 3B |
| Octal | 250 | 73 | 363 | 37 | 114 | 0 | 5 | 424 | 130 | 73 |
| Binary | 10101000 | 111011 | 11110011 | 11111 | 1001100 | 0 | 101 | 100010100 | 1011000 | 111011 |
Color Harmonies of #A83BF3
Complementary color
Monochromatic Colors of #A83BF3
Black with #A83BF3
Text Example
Text Example
White with #A83BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83BF3; }
p { color: rgb(168,59,243); }
H1.HeaderClassName
{
color: #A83BF3;
}
.AnyTagClassName
{
color: #A83BF3;
}
</style>
background-color css
<style>
a { background-color: #A83BF3; }
a { background-color: rgb(168,59,243); }
div.DivClassName
{
background-color: #A83BF3;
}
.BgClassName
{
background-color: #A83BF3;
}
</style>
border-color css
<style>
span { border-color: #A83BF3; }
span { border-color: rgb(168,59,243); }
td.TdClassName
{
border-color: #A83BF3;
}
.TagClassName
{
border-color: #A83BF3;
}
</style>