Shades of Blue Violet #A83FED
Tints of Blue Violet #A83FED
RGB
CMYK
RGB Variations
Color information
#A83FED (or 0xA83FED) is known color: Blue Violet. HEX triplet: A8, 3F and ED. RGB value is (168,63,237). Sum of RGB (Red+Green+Blue) = 168+63+237=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #A83FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83FED is #57C012. Grayscale: #717171. Windows color (decimal): -5750803 or 15548328. OLE color: 15548328.
HSL color Cylindrical-coordinate representation of color #A83FED: hue angle of 276.21º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A83FED is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 63 | 237 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.07 |
| HSL | 276.21º | 0.83% | 0.59% | - |
| HSV(B) | 276.21º | 0.73% | 0.93% | - |
| XYZ | 33.21 | 17.99 | 81.84 | - |
| YUV | 114.23 | 197.29 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 237 | 0.29 | 0.73 | 0 | 0.07 | 276.21 | 0.83 | 0.59 |
| Hex | A8 | 3F | ED | 1D | 49 | 0 | 7 | 114 | 53 | 3B |
| Octal | 250 | 77 | 355 | 35 | 111 | 0 | 7 | 424 | 123 | 73 |
| Binary | 10101000 | 111111 | 11101101 | 11101 | 1001001 | 0 | 111 | 100010100 | 1010011 | 111011 |
Color Harmonies of #A83FED
Complementary color
Monochromatic Colors of #A83FED
Black with #A83FED
Text Example
Text Example
White with #A83FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83FED; }
p { color: rgb(168,63,237); }
H1.HeaderClassName
{
color: #A83FED;
}
.AnyTagClassName
{
color: #A83FED;
}
</style>
background-color css
<style>
a { background-color: #A83FED; }
a { background-color: rgb(168,63,237); }
div.DivClassName
{
background-color: #A83FED;
}
.BgClassName
{
background-color: #A83FED;
}
</style>
border-color css
<style>
span { border-color: #A83FED; }
span { border-color: rgb(168,63,237); }
td.TdClassName
{
border-color: #A83FED;
}
.TagClassName
{
border-color: #A83FED;
}
</style>