Shades of Blue Violet #A82FEE
Tints of Blue Violet #A82FEE
RGB
CMYK
RGB Variations
Color information
#A82FEE (or 0xA82FEE) is known color: Blue Violet. HEX triplet: A8, 2F and EE. RGB value is (168,47,238). Sum of RGB (Red+Green+Blue) = 168+47+238=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #A82FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A82FEE is #57D011. Grayscale: #686868. Windows color (decimal): -5754898 or 15609768. OLE color: 15609768.
HSL color Cylindrical-coordinate representation of color #A82FEE: hue angle of 278.01º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82FEE is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 47 | 238 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.07 |
| HSL | 278.01º | 0.85% | 0.56% | - |
| HSV(B) | 278.01º | 0.8% | 0.93% | - |
| XYZ | 32.6 | 16.53 | 82.36 | - |
| YUV | 104.95 | 203.09 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 47 | 238 | 0.29 | 0.80 | 0 | 0.07 | 278.01 | 0.85 | 0.56 |
| Hex | A8 | 2F | EE | 1D | 50 | 0 | 7 | 116 | 55 | 38 |
| Octal | 250 | 57 | 356 | 35 | 120 | 0 | 7 | 426 | 125 | 70 |
| Binary | 10101000 | 101111 | 11101110 | 11101 | 1010000 | 0 | 111 | 100010110 | 1010101 | 111000 |
Color Harmonies of #A82FEE
Complementary color
Monochromatic Colors of #A82FEE
Black with #A82FEE
Text Example
Text Example
White with #A82FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82FEE; }
p { color: rgb(168,47,238); }
H1.HeaderClassName
{
color: #A82FEE;
}
.AnyTagClassName
{
color: #A82FEE;
}
</style>
background-color css
<style>
a { background-color: #A82FEE; }
a { background-color: rgb(168,47,238); }
div.DivClassName
{
background-color: #A82FEE;
}
.BgClassName
{
background-color: #A82FEE;
}
</style>
border-color css
<style>
span { border-color: #A82FEE; }
span { border-color: rgb(168,47,238); }
td.TdClassName
{
border-color: #A82FEE;
}
.TagClassName
{
border-color: #A82FEE;
}
</style>