Shades of Blue Violet #A826EF
Tints of Blue Violet #A826EF
RGB
CMYK
RGB Variations
Color information
#A826EF (or 0xA826EF) is known color: Blue Violet. HEX triplet: A8, 26 and EF. RGB value is (168,38,239). Sum of RGB (Red+Green+Blue) = 168+38+239=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #A826EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A826EF is #57D910. Grayscale: #636363. Windows color (decimal): -5757201 or 15673000. OLE color: 15673000.
HSL color Cylindrical-coordinate representation of color #A826EF: hue angle of 278.81º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A826EF is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 38 | 239 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.06 |
| HSL | 278.81º | 0.86% | 0.54% | - |
| HSV(B) | 278.81º | 0.84% | 0.94% | - |
| XYZ | 32.42 | 15.94 | 83.03 | - |
| YUV | 99.78 | 206.57 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 239 | 0.30 | 0.84 | 0 | 0.06 | 278.81 | 0.86 | 0.54 |
| Hex | A8 | 26 | EF | 1E | 54 | 0 | 6 | 117 | 56 | 36 |
| Octal | 250 | 46 | 357 | 36 | 124 | 0 | 6 | 427 | 126 | 66 |
| Binary | 10101000 | 100110 | 11101111 | 11110 | 1010100 | 0 | 110 | 100010111 | 1010110 | 110110 |
Color Harmonies of #A826EF
Complementary color
Monochromatic Colors of #A826EF
Black with #A826EF
Text Example
Text Example
White with #A826EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826EF; }
p { color: rgb(168,38,239); }
H1.HeaderClassName
{
color: #A826EF;
}
.AnyTagClassName
{
color: #A826EF;
}
</style>
background-color css
<style>
a { background-color: #A826EF; }
a { background-color: rgb(168,38,239); }
div.DivClassName
{
background-color: #A826EF;
}
.BgClassName
{
background-color: #A826EF;
}
</style>
border-color css
<style>
span { border-color: #A826EF; }
span { border-color: rgb(168,38,239); }
td.TdClassName
{
border-color: #A826EF;
}
.TagClassName
{
border-color: #A826EF;
}
</style>