Shades of Blue Violet #A82DF9
Tints of Blue Violet #A82DF9
RGB
CMYK
RGB Variations
Color information
#A82DF9 (or 0xA82DF9) is known color: Blue Violet. HEX triplet: A8, 2D and F9. RGB value is (168,45,249). Sum of RGB (Red+Green+Blue) = 168+45+249=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #A82DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A82DF9 is #57D206. Grayscale: #686868. Windows color (decimal): -5755399 or 16330152. OLE color: 16330152.
HSL color Cylindrical-coordinate representation of color #A82DF9: hue angle of 276.18º degrees, saturation: 0.94, 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 #A82DF9 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 45 | 249 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.02 |
| HSL | 276.18º | 0.94% | 0.58% | - |
| HSV(B) | 276.18º | 0.82% | 0.98% | - |
| XYZ | 34.19 | 17.04 | 91.11 | - |
| YUV | 105.03 | 209.25 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 249 | 0.33 | 0.82 | 0 | 0.02 | 276.18 | 0.94 | 0.58 |
| Hex | A8 | 2D | F9 | 21 | 52 | 0 | 2 | 114 | 5E | 3A |
| Octal | 250 | 55 | 371 | 41 | 122 | 0 | 2 | 424 | 136 | 72 |
| Binary | 10101000 | 101101 | 11111001 | 100001 | 1010010 | 0 | 10 | 100010100 | 1011110 | 111010 |
Color Harmonies of #A82DF9
Complementary color
Monochromatic Colors of #A82DF9
Black with #A82DF9
Text Example
Text Example
White with #A82DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82DF9; }
p { color: rgb(168,45,249); }
H1.HeaderClassName
{
color: #A82DF9;
}
.AnyTagClassName
{
color: #A82DF9;
}
</style>
background-color css
<style>
a { background-color: #A82DF9; }
a { background-color: rgb(168,45,249); }
div.DivClassName
{
background-color: #A82DF9;
}
.BgClassName
{
background-color: #A82DF9;
}
</style>
border-color css
<style>
span { border-color: #A82DF9; }
span { border-color: rgb(168,45,249); }
td.TdClassName
{
border-color: #A82DF9;
}
.TagClassName
{
border-color: #A82DF9;
}
</style>