Shades of Blue Violet #A82BEC
Tints of Blue Violet #A82BEC
RGB
CMYK
RGB Variations
Color information
#A82BEC (or 0xA82BEC) is known color: Blue Violet. HEX triplet: A8, 2B and EC. RGB value is (168,43,236). Sum of RGB (Red+Green+Blue) = 168+43+236=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #A82BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A82BEC is #57D413. Grayscale: #656565. Windows color (decimal): -5755924 or 15477672. OLE color: 15477672.
HSL color Cylindrical-coordinate representation of color #A82BEC: hue angle of 278.86º degrees, saturation: 0.84, 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 #A82BEC is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 43 | 236 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.07 |
| HSL | 278.86º | 0.84% | 0.55% | - |
| HSV(B) | 278.86º | 0.82% | 0.93% | - |
| XYZ | 32.15 | 16.11 | 80.77 | - |
| YUV | 102.38 | 203.41 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 43 | 236 | 0.29 | 0.82 | 0 | 0.07 | 278.86 | 0.84 | 0.55 |
| Hex | A8 | 2B | EC | 1D | 52 | 0 | 7 | 117 | 54 | 37 |
| Octal | 250 | 53 | 354 | 35 | 122 | 0 | 7 | 427 | 124 | 67 |
| Binary | 10101000 | 101011 | 11101100 | 11101 | 1010010 | 0 | 111 | 100010111 | 1010100 | 110111 |
Color Harmonies of #A82BEC
Complementary color
Monochromatic Colors of #A82BEC
Black with #A82BEC
Text Example
Text Example
White with #A82BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82BEC; }
p { color: rgb(168,43,236); }
H1.HeaderClassName
{
color: #A82BEC;
}
.AnyTagClassName
{
color: #A82BEC;
}
</style>
background-color css
<style>
a { background-color: #A82BEC; }
a { background-color: rgb(168,43,236); }
div.DivClassName
{
background-color: #A82BEC;
}
.BgClassName
{
background-color: #A82BEC;
}
</style>
border-color css
<style>
span { border-color: #A82BEC; }
span { border-color: rgb(168,43,236); }
td.TdClassName
{
border-color: #A82BEC;
}
.TagClassName
{
border-color: #A82BEC;
}
</style>