Shades of Blue Violet #A82EEF
Tints of Blue Violet #A82EEF
RGB
CMYK
RGB Variations
Color information
#A82EEF (or 0xA82EEF) is known color: Blue Violet. HEX triplet: A8, 2E and EF. RGB value is (168,46,239). Sum of RGB (Red+Green+Blue) = 168+46+239=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #A82EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A82EEF is #57D110. Grayscale: #676767. Windows color (decimal): -5755153 or 15675048. OLE color: 15675048.
HSL color Cylindrical-coordinate representation of color #A82EEF: hue angle of 277.93º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A82EEF is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 46 | 239 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.06 |
| HSL | 277.93º | 0.86% | 0.56% | - |
| HSV(B) | 277.93º | 0.81% | 0.94% | - |
| XYZ | 32.71 | 16.51 | 83.12 | - |
| YUV | 104.48 | 203.92 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 239 | 0.30 | 0.81 | 0 | 0.06 | 277.93 | 0.86 | 0.56 |
| Hex | A8 | 2E | EF | 1E | 51 | 0 | 6 | 116 | 56 | 38 |
| Octal | 250 | 56 | 357 | 36 | 121 | 0 | 6 | 426 | 126 | 70 |
| Binary | 10101000 | 101110 | 11101111 | 11110 | 1010001 | 0 | 110 | 100010110 | 1010110 | 111000 |
Color Harmonies of #A82EEF
Complementary color
Monochromatic Colors of #A82EEF
Black with #A82EEF
Text Example
Text Example
White with #A82EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82EEF; }
p { color: rgb(168,46,239); }
H1.HeaderClassName
{
color: #A82EEF;
}
.AnyTagClassName
{
color: #A82EEF;
}
</style>
background-color css
<style>
a { background-color: #A82EEF; }
a { background-color: rgb(168,46,239); }
div.DivClassName
{
background-color: #A82EEF;
}
.BgClassName
{
background-color: #A82EEF;
}
</style>
border-color css
<style>
span { border-color: #A82EEF; }
span { border-color: rgb(168,46,239); }
td.TdClassName
{
border-color: #A82EEF;
}
.TagClassName
{
border-color: #A82EEF;
}
</style>