Shades of Blue Violet #A926ED
Tints of Blue Violet #A926ED
RGB
CMYK
RGB Variations
Color information
#A926ED (or 0xA926ED) is known color: Blue Violet. HEX triplet: A9, 26 and ED. RGB value is (169,38,237). Sum of RGB (Red+Green+Blue) = 169+38+237=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #A926ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A926ED is #56D912. Grayscale: #636363. Windows color (decimal): -5691667 or 15541929. OLE color: 15541929.
HSL color Cylindrical-coordinate representation of color #A926ED: hue angle of 279.5º 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 #A926ED is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 38 | 237 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.07 |
| HSL | 279.5º | 0.85% | 0.54% | - |
| HSV(B) | 279.5º | 0.84% | 0.93% | - |
| XYZ | 32.34 | 15.94 | 81.49 | - |
| YUV | 99.86 | 205.4 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 237 | 0.29 | 0.84 | 0 | 0.07 | 279.5 | 0.85 | 0.54 |
| Hex | A9 | 26 | ED | 1D | 54 | 0 | 7 | 117 | 55 | 36 |
| Octal | 251 | 46 | 355 | 35 | 124 | 0 | 7 | 427 | 125 | 66 |
| Binary | 10101001 | 100110 | 11101101 | 11101 | 1010100 | 0 | 111 | 100010111 | 1010101 | 110110 |
Color Harmonies of #A926ED
Complementary color
Monochromatic Colors of #A926ED
Black with #A926ED
Text Example
Text Example
White with #A926ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A926ED; }
p { color: rgb(169,38,237); }
H1.HeaderClassName
{
color: #A926ED;
}
.AnyTagClassName
{
color: #A926ED;
}
</style>
background-color css
<style>
a { background-color: #A926ED; }
a { background-color: rgb(169,38,237); }
div.DivClassName
{
background-color: #A926ED;
}
.BgClassName
{
background-color: #A926ED;
}
</style>
border-color css
<style>
span { border-color: #A926ED; }
span { border-color: rgb(169,38,237); }
td.TdClassName
{
border-color: #A926ED;
}
.TagClassName
{
border-color: #A926ED;
}
</style>