Shades of Blue Violet #A826ED
Tints of Blue Violet #A826ED
RGB
CMYK
RGB Variations
Color information
#A826ED (or 0xA826ED) is known color: Blue Violet. HEX triplet: A8, 26 and ED. RGB value is (168,38,237). Sum of RGB (Red+Green+Blue) = 168+38+237=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #A826ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A826ED is #57D912. Grayscale: #626262. Windows color (decimal): -5757203 or 15541928. OLE color: 15541928.
HSL color Cylindrical-coordinate representation of color #A826ED: hue angle of 279.2º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A826ED is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 38 | 237 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.07 |
| HSL | 279.2º | 0.85% | 0.54% | - |
| HSV(B) | 279.2º | 0.84% | 0.93% | - |
| XYZ | 32.13 | 15.83 | 81.48 | - |
| YUV | 99.56 | 205.57 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 237 | 0.29 | 0.84 | 0 | 0.07 | 279.2 | 0.85 | 0.54 |
| Hex | A8 | 26 | ED | 1D | 54 | 0 | 7 | 117 | 55 | 36 |
| Octal | 250 | 46 | 355 | 35 | 124 | 0 | 7 | 427 | 125 | 66 |
| Binary | 10101000 | 100110 | 11101101 | 11101 | 1010100 | 0 | 111 | 100010111 | 1010101 | 110110 |
Color Harmonies of #A826ED
Complementary color
Monochromatic Colors of #A826ED
Black with #A826ED
Text Example
Text Example
White with #A826ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826ED; }
p { color: rgb(168,38,237); }
H1.HeaderClassName
{
color: #A826ED;
}
.AnyTagClassName
{
color: #A826ED;
}
</style>
background-color css
<style>
a { background-color: #A826ED; }
a { background-color: rgb(168,38,237); }
div.DivClassName
{
background-color: #A826ED;
}
.BgClassName
{
background-color: #A826ED;
}
</style>
border-color css
<style>
span { border-color: #A826ED; }
span { border-color: rgb(168,38,237); }
td.TdClassName
{
border-color: #A826ED;
}
.TagClassName
{
border-color: #A826ED;
}
</style>