Shades of Blue Violet #A83CFE
Tints of Blue Violet #A83CFE
RGB
CMYK
RGB Variations
Color information
#A83CFE (or 0xA83CFE) is known color: Blue Violet. HEX triplet: A8, 3C and FE. RGB value is (168,60,254). Sum of RGB (Red+Green+Blue) = 168+60+254=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #A83CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83CFE is #57C301. Grayscale: #717171. Windows color (decimal): -5751554 or 16661672. OLE color: 16661672.
HSL color Cylindrical-coordinate representation of color #A83CFE: hue angle of 273.4º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A83CFE is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 60 | 254 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.00 |
| HSL | 273.4º | 0.99% | 0.62% | - |
| HSV(B) | 273.4º | 0.76% | 1% | - |
| XYZ | 35.65 | 18.71 | 95.5 | - |
| YUV | 114.41 | 206.78 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 254 | 0.34 | 0.76 | 0 | 0.00 | 273.4 | 0.99 | 0.62 |
| Hex | A8 | 3C | FE | 22 | 4C | 0 | 0 | 111 | 63 | 3E |
| Octal | 250 | 74 | 376 | 42 | 114 | 0 | 0 | 421 | 143 | 76 |
| Binary | 10101000 | 111100 | 11111110 | 100010 | 1001100 | 0 | 0 | 100010001 | 1100011 | 111110 |
Color Harmonies of #A83CFE
Complementary color
Monochromatic Colors of #A83CFE
Black with #A83CFE
Text Example
Text Example
White with #A83CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CFE; }
p { color: rgb(168,60,254); }
H1.HeaderClassName
{
color: #A83CFE;
}
.AnyTagClassName
{
color: #A83CFE;
}
</style>
background-color css
<style>
a { background-color: #A83CFE; }
a { background-color: rgb(168,60,254); }
div.DivClassName
{
background-color: #A83CFE;
}
.BgClassName
{
background-color: #A83CFE;
}
</style>
border-color css
<style>
span { border-color: #A83CFE; }
span { border-color: rgb(168,60,254); }
td.TdClassName
{
border-color: #A83CFE;
}
.TagClassName
{
border-color: #A83CFE;
}
</style>