Shades of Blue Violet #A826F1
Tints of Blue Violet #A826F1
RGB
CMYK
RGB Variations
Color information
#A826F1 (or 0xA826F1) is known color: Blue Violet. HEX triplet: A8, 26 and F1. RGB value is (168,38,241). Sum of RGB (Red+Green+Blue) = 168+38+241=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #A826F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A826F1 is #57D90E. Grayscale: #636363. Windows color (decimal): -5757199 or 15804072. OLE color: 15804072.
HSL color Cylindrical-coordinate representation of color #A826F1: hue angle of 278.42º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A826F1 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 38 | 241 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.05 |
| HSL | 278.42º | 0.88% | 0.55% | - |
| HSV(B) | 278.42º | 0.84% | 0.95% | - |
| XYZ | 32.72 | 16.06 | 84.59 | - |
| YUV | 100.01 | 207.57 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 241 | 0.30 | 0.84 | 0 | 0.05 | 278.42 | 0.88 | 0.55 |
| Hex | A8 | 26 | F1 | 1E | 54 | 0 | 5 | 116 | 58 | 37 |
| Octal | 250 | 46 | 361 | 36 | 124 | 0 | 5 | 426 | 130 | 67 |
| Binary | 10101000 | 100110 | 11110001 | 11110 | 1010100 | 0 | 101 | 100010110 | 1011000 | 110111 |
Color Harmonies of #A826F1
Complementary color
Monochromatic Colors of #A826F1
Black with #A826F1
Text Example
Text Example
White with #A826F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826F1; }
p { color: rgb(168,38,241); }
H1.HeaderClassName
{
color: #A826F1;
}
.AnyTagClassName
{
color: #A826F1;
}
</style>
background-color css
<style>
a { background-color: #A826F1; }
a { background-color: rgb(168,38,241); }
div.DivClassName
{
background-color: #A826F1;
}
.BgClassName
{
background-color: #A826F1;
}
</style>
border-color css
<style>
span { border-color: #A826F1; }
span { border-color: rgb(168,38,241); }
td.TdClassName
{
border-color: #A826F1;
}
.TagClassName
{
border-color: #A826F1;
}
</style>