Shades of Blue Violet #A83CF8
Tints of Blue Violet #A83CF8
RGB
CMYK
RGB Variations
Color information
#A83CF8 (or 0xA83CF8) is known color: Blue Violet. HEX triplet: A8, 3C and F8. RGB value is (168,60,248). Sum of RGB (Red+Green+Blue) = 168+60+248=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #A83CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83CF8 is #57C307. Grayscale: #717171. Windows color (decimal): -5751560 or 16268456. OLE color: 16268456.
HSL color Cylindrical-coordinate representation of color #A83CF8: hue angle of 274.47º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A83CF8 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 60 | 248 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.03 |
| HSL | 274.47º | 0.93% | 0.6% | - |
| HSV(B) | 274.47º | 0.76% | 0.97% | - |
| XYZ | 34.71 | 18.33 | 90.52 | - |
| YUV | 113.72 | 203.78 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 248 | 0.32 | 0.76 | 0 | 0.03 | 274.47 | 0.93 | 0.6 |
| Hex | A8 | 3C | F8 | 20 | 4C | 0 | 3 | 112 | 5D | 3C |
| Octal | 250 | 74 | 370 | 40 | 114 | 0 | 3 | 422 | 135 | 74 |
| Binary | 10101000 | 111100 | 11111000 | 100000 | 1001100 | 0 | 11 | 100010010 | 1011101 | 111100 |
Color Harmonies of #A83CF8
Complementary color
Monochromatic Colors of #A83CF8
Black with #A83CF8
Text Example
Text Example
White with #A83CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CF8; }
p { color: rgb(168,60,248); }
H1.HeaderClassName
{
color: #A83CF8;
}
.AnyTagClassName
{
color: #A83CF8;
}
</style>
background-color css
<style>
a { background-color: #A83CF8; }
a { background-color: rgb(168,60,248); }
div.DivClassName
{
background-color: #A83CF8;
}
.BgClassName
{
background-color: #A83CF8;
}
</style>
border-color css
<style>
span { border-color: #A83CF8; }
span { border-color: rgb(168,60,248); }
td.TdClassName
{
border-color: #A83CF8;
}
.TagClassName
{
border-color: #A83CF8;
}
</style>