Shades of Blue Violet #A83CEF
Tints of Blue Violet #A83CEF
RGB
CMYK
RGB Variations
Color information
#A83CEF (or 0xA83CEF) is known color: Blue Violet. HEX triplet: A8, 3C and EF. RGB value is (168,60,239). Sum of RGB (Red+Green+Blue) = 168+60+239=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #A83CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83CEF is #57C310. Grayscale: #707070. Windows color (decimal): -5751569 or 15678632. OLE color: 15678632.
HSL color Cylindrical-coordinate representation of color #A83CEF: hue angle of 276.2º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A83CEF is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 60 | 239 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.06 |
| HSL | 276.2º | 0.85% | 0.59% | - |
| HSV(B) | 276.2º | 0.75% | 0.94% | - |
| XYZ | 33.34 | 17.79 | 83.34 | - |
| YUV | 112.7 | 199.28 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 239 | 0.30 | 0.75 | 0 | 0.06 | 276.2 | 0.85 | 0.59 |
| Hex | A8 | 3C | EF | 1E | 4B | 0 | 6 | 114 | 55 | 3B |
| Octal | 250 | 74 | 357 | 36 | 113 | 0 | 6 | 424 | 125 | 73 |
| Binary | 10101000 | 111100 | 11101111 | 11110 | 1001011 | 0 | 110 | 100010100 | 1010101 | 111011 |
Color Harmonies of #A83CEF
Complementary color
Monochromatic Colors of #A83CEF
Black with #A83CEF
Text Example
Text Example
White with #A83CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CEF; }
p { color: rgb(168,60,239); }
H1.HeaderClassName
{
color: #A83CEF;
}
.AnyTagClassName
{
color: #A83CEF;
}
</style>
background-color css
<style>
a { background-color: #A83CEF; }
a { background-color: rgb(168,60,239); }
div.DivClassName
{
background-color: #A83CEF;
}
.BgClassName
{
background-color: #A83CEF;
}
</style>
border-color css
<style>
span { border-color: #A83CEF; }
span { border-color: rgb(168,60,239); }
td.TdClassName
{
border-color: #A83CEF;
}
.TagClassName
{
border-color: #A83CEF;
}
</style>