Shades of Blue Violet #A83CED
Tints of Blue Violet #A83CED
RGB
CMYK
RGB Variations
Color information
#A83CED (or 0xA83CED) is known color: Blue Violet. HEX triplet: A8, 3C and ED. RGB value is (168,60,237). Sum of RGB (Red+Green+Blue) = 168+60+237=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #A83CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83CED is #57C312. Grayscale: #6F6F6F. Windows color (decimal): -5751571 or 15547560. OLE color: 15547560.
HSL color Cylindrical-coordinate representation of color #A83CED: hue angle of 276.61º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A83CED is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 60 | 237 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.07 |
| HSL | 276.61º | 0.83% | 0.58% | - |
| HSV(B) | 276.61º | 0.75% | 0.93% | - |
| XYZ | 33.05 | 17.67 | 81.79 | - |
| YUV | 112.47 | 198.28 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 237 | 0.29 | 0.75 | 0 | 0.07 | 276.61 | 0.83 | 0.58 |
| Hex | A8 | 3C | ED | 1D | 4B | 0 | 7 | 115 | 53 | 3A |
| Octal | 250 | 74 | 355 | 35 | 113 | 0 | 7 | 425 | 123 | 72 |
| Binary | 10101000 | 111100 | 11101101 | 11101 | 1001011 | 0 | 111 | 100010101 | 1010011 | 111010 |
Color Harmonies of #A83CED
Complementary color
Monochromatic Colors of #A83CED
Black with #A83CED
Text Example
Text Example
White with #A83CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CED; }
p { color: rgb(168,60,237); }
H1.HeaderClassName
{
color: #A83CED;
}
.AnyTagClassName
{
color: #A83CED;
}
</style>
background-color css
<style>
a { background-color: #A83CED; }
a { background-color: rgb(168,60,237); }
div.DivClassName
{
background-color: #A83CED;
}
.BgClassName
{
background-color: #A83CED;
}
</style>
border-color css
<style>
span { border-color: #A83CED; }
span { border-color: rgb(168,60,237); }
td.TdClassName
{
border-color: #A83CED;
}
.TagClassName
{
border-color: #A83CED;
}
</style>