Shades of Blue Violet #A826E9
Tints of Blue Violet #A826E9
RGB
CMYK
RGB Variations
Color information
#A826E9 (or 0xA826E9) is known color: Blue Violet. HEX triplet: A8, 26 and E9. RGB value is (168,38,233). Sum of RGB (Red+Green+Blue) = 168+38+233=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 233 (91.41% from 255 or 53.08% from 439); Max value from RGB is 233 - color contains mainly: blue. Hex color #A826E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A826E9 is #57D916. Grayscale: #626262. Windows color (decimal): -5757207 or 15279784. OLE color: 15279784.
HSL color Cylindrical-coordinate representation of color #A826E9: hue angle of 280º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A826E9 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 38 | 233 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.09 |
| HSL | 280º | 0.82% | 0.53% | - |
| HSV(B) | 280º | 0.84% | 0.91% | - |
| XYZ | 31.55 | 15.59 | 78.44 | - |
| YUV | 99.1 | 203.57 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 233 | 0.28 | 0.84 | 0 | 0.09 | 280 | 0.82 | 0.53 |
| Hex | A8 | 26 | E9 | 1C | 54 | 0 | 9 | 118 | 52 | 35 |
| Octal | 250 | 46 | 351 | 34 | 124 | 0 | 11 | 430 | 122 | 65 |
| Binary | 10101000 | 100110 | 11101001 | 11100 | 1010100 | 0 | 1001 | 100011000 | 1010010 | 110101 |
Color Harmonies of #A826E9
Complementary color
Monochromatic Colors of #A826E9
Black with #A826E9
Text Example
Text Example
White with #A826E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826E9; }
p { color: rgb(168,38,233); }
H1.HeaderClassName
{
color: #A826E9;
}
.AnyTagClassName
{
color: #A826E9;
}
</style>
background-color css
<style>
a { background-color: #A826E9; }
a { background-color: rgb(168,38,233); }
div.DivClassName
{
background-color: #A826E9;
}
.BgClassName
{
background-color: #A826E9;
}
</style>
border-color css
<style>
span { border-color: #A826E9; }
span { border-color: rgb(168,38,233); }
td.TdClassName
{
border-color: #A826E9;
}
.TagClassName
{
border-color: #A826E9;
}
</style>