Shades of Blue Violet #A83DED
Tints of Blue Violet #A83DED
RGB
CMYK
RGB Variations
Color information
#A83DED (or 0xA83DED) is known color: Blue Violet. HEX triplet: A8, 3D and ED. RGB value is (168,61,237). Sum of RGB (Red+Green+Blue) = 168+61+237=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #A83DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83DED is #57C212. Grayscale: #707070. Windows color (decimal): -5751315 or 15547816. OLE color: 15547816.
HSL color Cylindrical-coordinate representation of color #A83DED: hue angle of 276.48º degrees, saturation: 0.83, 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 #A83DED is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 61 | 237 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.07 |
| HSL | 276.48º | 0.83% | 0.58% | - |
| HSV(B) | 276.48º | 0.74% | 0.93% | - |
| XYZ | 33.1 | 17.78 | 81.81 | - |
| YUV | 113.06 | 197.95 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 237 | 0.29 | 0.74 | 0 | 0.07 | 276.48 | 0.83 | 0.58 |
| Hex | A8 | 3D | ED | 1D | 4A | 0 | 7 | 114 | 53 | 3A |
| Octal | 250 | 75 | 355 | 35 | 112 | 0 | 7 | 424 | 123 | 72 |
| Binary | 10101000 | 111101 | 11101101 | 11101 | 1001010 | 0 | 111 | 100010100 | 1010011 | 111010 |
Color Harmonies of #A83DED
Complementary color
Monochromatic Colors of #A83DED
Black with #A83DED
Text Example
Text Example
White with #A83DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83DED; }
p { color: rgb(168,61,237); }
H1.HeaderClassName
{
color: #A83DED;
}
.AnyTagClassName
{
color: #A83DED;
}
</style>
background-color css
<style>
a { background-color: #A83DED; }
a { background-color: rgb(168,61,237); }
div.DivClassName
{
background-color: #A83DED;
}
.BgClassName
{
background-color: #A83DED;
}
</style>
border-color css
<style>
span { border-color: #A83DED; }
span { border-color: rgb(168,61,237); }
td.TdClassName
{
border-color: #A83DED;
}
.TagClassName
{
border-color: #A83DED;
}
</style>