Shades of Blue Violet #A82EFF
Tints of Blue Violet #A82EFF
RGB
CMYK
RGB Variations
Color information
#A82EFF (or 0xA82EFF) is known color: Blue Violet. HEX triplet: A8, 2E and FF. RGB value is (168,46,255). Sum of RGB (Red+Green+Blue) = 168+46+255=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #A82EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A82EFF is #57D100. Grayscale: #696969. Windows color (decimal): -5755137 or 16723624. OLE color: 16723624.
HSL color Cylindrical-coordinate representation of color #A82EFF: hue angle of 275.02º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A82EFF is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 46 | 255 | - |
| CMYK | 0.34 | 0.82 | 0 | 0 |
| HSL | 275.02º | 1% | 0.59% | - |
| HSV(B) | 275.02º | 0.82% | 1% | - |
| XYZ | 35.18 | 17.5 | 96.13 | - |
| YUV | 106.3 | 211.92 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 255 | 0.34 | 0.82 | 0 | 0 | 275.02 | 1 | 0.59 |
| Hex | A8 | 2E | FF | 22 | 52 | 0 | 0 | 113 | 64 | 3B |
| Octal | 250 | 56 | 377 | 42 | 122 | 0 | 0 | 423 | 144 | 73 |
| Binary | 10101000 | 101110 | 11111111 | 100010 | 1010010 | 0 | 0 | 100010011 | 1100100 | 111011 |
Color Harmonies of #A82EFF
Complementary color
Monochromatic Colors of #A82EFF
Black with #A82EFF
Text Example
Text Example
White with #A82EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82EFF; }
p { color: rgb(168,46,255); }
H1.HeaderClassName
{
color: #A82EFF;
}
.AnyTagClassName
{
color: #A82EFF;
}
</style>
background-color css
<style>
a { background-color: #A82EFF; }
a { background-color: rgb(168,46,255); }
div.DivClassName
{
background-color: #A82EFF;
}
.BgClassName
{
background-color: #A82EFF;
}
</style>
border-color css
<style>
span { border-color: #A82EFF; }
span { border-color: rgb(168,46,255); }
td.TdClassName
{
border-color: #A82EFF;
}
.TagClassName
{
border-color: #A82EFF;
}
</style>