Shades of Blue Violet #A82DED
Tints of Blue Violet #A82DED
RGB
CMYK
RGB Variations
Color information
#A82DED (or 0xA82DED) is known color: Blue Violet. HEX triplet: A8, 2D and ED. RGB value is (168,45,237). Sum of RGB (Red+Green+Blue) = 168+45+237=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #A82DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A82DED is #57D212. Grayscale: #676767. Windows color (decimal): -5755411 or 15543720. OLE color: 15543720.
HSL color Cylindrical-coordinate representation of color #A82DED: hue angle of 278.44º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A82DED is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 45 | 237 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.07 |
| HSL | 278.44º | 0.84% | 0.55% | - |
| HSV(B) | 278.44º | 0.81% | 0.93% | - |
| XYZ | 32.37 | 16.32 | 81.56 | - |
| YUV | 103.67 | 203.25 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 237 | 0.29 | 0.81 | 0 | 0.07 | 278.44 | 0.84 | 0.55 |
| Hex | A8 | 2D | ED | 1D | 51 | 0 | 7 | 116 | 54 | 37 |
| Octal | 250 | 55 | 355 | 35 | 121 | 0 | 7 | 426 | 124 | 67 |
| Binary | 10101000 | 101101 | 11101101 | 11101 | 1010001 | 0 | 111 | 100010110 | 1010100 | 110111 |
Color Harmonies of #A82DED
Complementary color
Monochromatic Colors of #A82DED
Black with #A82DED
Text Example
Text Example
White with #A82DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82DED; }
p { color: rgb(168,45,237); }
H1.HeaderClassName
{
color: #A82DED;
}
.AnyTagClassName
{
color: #A82DED;
}
</style>
background-color css
<style>
a { background-color: #A82DED; }
a { background-color: rgb(168,45,237); }
div.DivClassName
{
background-color: #A82DED;
}
.BgClassName
{
background-color: #A82DED;
}
</style>
border-color css
<style>
span { border-color: #A82DED; }
span { border-color: rgb(168,45,237); }
td.TdClassName
{
border-color: #A82DED;
}
.TagClassName
{
border-color: #A82DED;
}
</style>