Shades of Blue Violet #A82BEE
Tints of Blue Violet #A82BEE
RGB
CMYK
RGB Variations
Color information
#A82BEE (or 0xA82BEE) is known color: Blue Violet. HEX triplet: A8, 2B and EE. RGB value is (168,43,238). Sum of RGB (Red+Green+Blue) = 168+43+238=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #A82BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A82BEE is #57D411. Grayscale: #656565. Windows color (decimal): -5755922 or 15608744. OLE color: 15608744.
HSL color Cylindrical-coordinate representation of color #A82BEE: hue angle of 278.46º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A82BEE is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 43 | 238 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.07 |
| HSL | 278.46º | 0.85% | 0.55% | - |
| HSV(B) | 278.46º | 0.82% | 0.93% | - |
| XYZ | 32.44 | 16.23 | 82.31 | - |
| YUV | 102.61 | 204.41 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 43 | 238 | 0.29 | 0.82 | 0 | 0.07 | 278.46 | 0.85 | 0.55 |
| Hex | A8 | 2B | EE | 1D | 52 | 0 | 7 | 116 | 55 | 37 |
| Octal | 250 | 53 | 356 | 35 | 122 | 0 | 7 | 426 | 125 | 67 |
| Binary | 10101000 | 101011 | 11101110 | 11101 | 1010010 | 0 | 111 | 100010110 | 1010101 | 110111 |
Color Harmonies of #A82BEE
Complementary color
Monochromatic Colors of #A82BEE
Black with #A82BEE
Text Example
Text Example
White with #A82BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82BEE; }
p { color: rgb(168,43,238); }
H1.HeaderClassName
{
color: #A82BEE;
}
.AnyTagClassName
{
color: #A82BEE;
}
</style>
background-color css
<style>
a { background-color: #A82BEE; }
a { background-color: rgb(168,43,238); }
div.DivClassName
{
background-color: #A82BEE;
}
.BgClassName
{
background-color: #A82BEE;
}
</style>
border-color css
<style>
span { border-color: #A82BEE; }
span { border-color: rgb(168,43,238); }
td.TdClassName
{
border-color: #A82BEE;
}
.TagClassName
{
border-color: #A82BEE;
}
</style>