Shades of Blue Violet #A83DEC
Tints of Blue Violet #A83DEC
RGB
CMYK
RGB Variations
Color information
#A83DEC (or 0xA83DEC) is known color: Blue Violet. HEX triplet: A8, 3D and EC. RGB value is (168,61,236). Sum of RGB (Red+Green+Blue) = 168+61+236=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #A83DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83DEC is #57C213. Grayscale: #707070. Windows color (decimal): -5751316 or 15482280. OLE color: 15482280.
HSL color Cylindrical-coordinate representation of color #A83DEC: hue angle of 276.69º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A83DEC is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 61 | 236 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.07 |
| HSL | 276.69º | 0.82% | 0.58% | - |
| HSV(B) | 276.69º | 0.74% | 0.93% | - |
| XYZ | 32.96 | 17.72 | 81.04 | - |
| YUV | 112.94 | 197.45 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 236 | 0.29 | 0.74 | 0 | 0.07 | 276.69 | 0.82 | 0.58 |
| Hex | A8 | 3D | EC | 1D | 4A | 0 | 7 | 115 | 52 | 3A |
| Octal | 250 | 75 | 354 | 35 | 112 | 0 | 7 | 425 | 122 | 72 |
| Binary | 10101000 | 111101 | 11101100 | 11101 | 1001010 | 0 | 111 | 100010101 | 1010010 | 111010 |
Color Harmonies of #A83DEC
Complementary color
Monochromatic Colors of #A83DEC
Black with #A83DEC
Text Example
Text Example
White with #A83DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83DEC; }
p { color: rgb(168,61,236); }
H1.HeaderClassName
{
color: #A83DEC;
}
.AnyTagClassName
{
color: #A83DEC;
}
</style>
background-color css
<style>
a { background-color: #A83DEC; }
a { background-color: rgb(168,61,236); }
div.DivClassName
{
background-color: #A83DEC;
}
.BgClassName
{
background-color: #A83DEC;
}
</style>
border-color css
<style>
span { border-color: #A83DEC; }
span { border-color: rgb(168,61,236); }
td.TdClassName
{
border-color: #A83DEC;
}
.TagClassName
{
border-color: #A83DEC;
}
</style>