Shades of Blue Violet #A83FEF
Tints of Blue Violet #A83FEF
RGB
CMYK
RGB Variations
Color information
#A83FEF (or 0xA83FEF) is known color: Blue Violet. HEX triplet: A8, 3F and EF. RGB value is (168,63,239). Sum of RGB (Red+Green+Blue) = 168+63+239=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #A83FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83FEF is #57C010. Grayscale: #717171. Windows color (decimal): -5750801 or 15679400. OLE color: 15679400.
HSL color Cylindrical-coordinate representation of color #A83FEF: hue angle of 275.8º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A83FEF is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 63 | 239 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.06 |
| HSL | 275.8º | 0.85% | 0.59% | - |
| HSV(B) | 275.8º | 0.74% | 0.94% | - |
| XYZ | 33.51 | 18.11 | 83.39 | - |
| YUV | 114.46 | 198.29 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 239 | 0.30 | 0.74 | 0 | 0.06 | 275.8 | 0.85 | 0.59 |
| Hex | A8 | 3F | EF | 1E | 4A | 0 | 6 | 114 | 55 | 3B |
| Octal | 250 | 77 | 357 | 36 | 112 | 0 | 6 | 424 | 125 | 73 |
| Binary | 10101000 | 111111 | 11101111 | 11110 | 1001010 | 0 | 110 | 100010100 | 1010101 | 111011 |
Color Harmonies of #A83FEF
Complementary color
Monochromatic Colors of #A83FEF
Black with #A83FEF
Text Example
Text Example
White with #A83FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83FEF; }
p { color: rgb(168,63,239); }
H1.HeaderClassName
{
color: #A83FEF;
}
.AnyTagClassName
{
color: #A83FEF;
}
</style>
background-color css
<style>
a { background-color: #A83FEF; }
a { background-color: rgb(168,63,239); }
div.DivClassName
{
background-color: #A83FEF;
}
.BgClassName
{
background-color: #A83FEF;
}
</style>
border-color css
<style>
span { border-color: #A83FEF; }
span { border-color: rgb(168,63,239); }
td.TdClassName
{
border-color: #A83FEF;
}
.TagClassName
{
border-color: #A83FEF;
}
</style>