Shades of Blue Violet #A82EFB
Tints of Blue Violet #A82EFB
RGB
CMYK
RGB Variations
Color information
#A82EFB (or 0xA82EFB) is known color: Blue Violet. HEX triplet: A8, 2E and FB. RGB value is (168,46,251). Sum of RGB (Red+Green+Blue) = 168+46+251=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #A82EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A82EFB is #57D104. Grayscale: #696969. Windows color (decimal): -5755141 or 16461480. OLE color: 16461480.
HSL color Cylindrical-coordinate representation of color #A82EFB: hue angle of 275.71º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A82EFB is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 46 | 251 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.02 |
| HSL | 275.71º | 0.96% | 0.58% | - |
| HSV(B) | 275.71º | 0.82% | 0.98% | - |
| XYZ | 34.54 | 17.24 | 92.77 | - |
| YUV | 105.85 | 209.92 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 251 | 0.33 | 0.82 | 0 | 0.02 | 275.71 | 0.96 | 0.58 |
| Hex | A8 | 2E | FB | 21 | 52 | 0 | 2 | 114 | 60 | 3A |
| Octal | 250 | 56 | 373 | 41 | 122 | 0 | 2 | 424 | 140 | 72 |
| Binary | 10101000 | 101110 | 11111011 | 100001 | 1010010 | 0 | 10 | 100010100 | 1100000 | 111010 |
Color Harmonies of #A82EFB
Complementary color
Monochromatic Colors of #A82EFB
Black with #A82EFB
Text Example
Text Example
White with #A82EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82EFB; }
p { color: rgb(168,46,251); }
H1.HeaderClassName
{
color: #A82EFB;
}
.AnyTagClassName
{
color: #A82EFB;
}
</style>
background-color css
<style>
a { background-color: #A82EFB; }
a { background-color: rgb(168,46,251); }
div.DivClassName
{
background-color: #A82EFB;
}
.BgClassName
{
background-color: #A82EFB;
}
</style>
border-color css
<style>
span { border-color: #A82EFB; }
span { border-color: rgb(168,46,251); }
td.TdClassName
{
border-color: #A82EFB;
}
.TagClassName
{
border-color: #A82EFB;
}
</style>