Shades of Blue Violet #A83BED
Tints of Blue Violet #A83BED
RGB
CMYK
RGB Variations
Color information
#A83BED (or 0xA83BED) is known color: Blue Violet. HEX triplet: A8, 3B and ED. RGB value is (168,59,237). Sum of RGB (Red+Green+Blue) = 168+59+237=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #A83BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83BED is #57C412. Grayscale: #6F6F6F. Windows color (decimal): -5751827 or 15547304. OLE color: 15547304.
HSL color Cylindrical-coordinate representation of color #A83BED: hue angle of 276.74º 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 #A83BED is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 59 | 237 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.07 |
| HSL | 276.74º | 0.83% | 0.58% | - |
| HSV(B) | 276.74º | 0.75% | 0.93% | - |
| XYZ | 33 | 17.57 | 81.77 | - |
| YUV | 111.88 | 198.61 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 59 | 237 | 0.29 | 0.75 | 0 | 0.07 | 276.74 | 0.83 | 0.58 |
| Hex | A8 | 3B | ED | 1D | 4B | 0 | 7 | 115 | 53 | 3A |
| Octal | 250 | 73 | 355 | 35 | 113 | 0 | 7 | 425 | 123 | 72 |
| Binary | 10101000 | 111011 | 11101101 | 11101 | 1001011 | 0 | 111 | 100010101 | 1010011 | 111010 |
Color Harmonies of #A83BED
Complementary color
Monochromatic Colors of #A83BED
Black with #A83BED
Text Example
Text Example
White with #A83BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83BED; }
p { color: rgb(168,59,237); }
H1.HeaderClassName
{
color: #A83BED;
}
.AnyTagClassName
{
color: #A83BED;
}
</style>
background-color css
<style>
a { background-color: #A83BED; }
a { background-color: rgb(168,59,237); }
div.DivClassName
{
background-color: #A83BED;
}
.BgClassName
{
background-color: #A83BED;
}
</style>
border-color css
<style>
span { border-color: #A83BED; }
span { border-color: rgb(168,59,237); }
td.TdClassName
{
border-color: #A83BED;
}
.TagClassName
{
border-color: #A83BED;
}
</style>