Shades of Blue Violet #A526EC
Tints of Blue Violet #A526EC
RGB
CMYK
RGB Variations
Color information
#A526EC (or 0xA526EC) is known color: Blue Violet. HEX triplet: A5, 26 and EC. RGB value is (165,38,236). Sum of RGB (Red+Green+Blue) = 165+38+236=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #A526EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A526EC is #5AD913. Grayscale: #616161. Windows color (decimal): -5953812 or 15476389. OLE color: 15476389.
HSL color Cylindrical-coordinate representation of color #A526EC: hue angle of 278.48º degrees, saturation: 0.84, 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 #A526EC is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 38 | 236 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.07 |
| HSL | 278.48º | 0.84% | 0.54% | - |
| HSV(B) | 278.48º | 0.84% | 0.93% | - |
| XYZ | 31.35 | 15.44 | 80.69 | - |
| YUV | 98.55 | 205.58 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 38 | 236 | 0.30 | 0.84 | 0 | 0.07 | 278.48 | 0.84 | 0.54 |
| Hex | A5 | 26 | EC | 1E | 54 | 0 | 7 | 116 | 54 | 36 |
| Octal | 245 | 46 | 354 | 36 | 124 | 0 | 7 | 426 | 124 | 66 |
| Binary | 10100101 | 100110 | 11101100 | 11110 | 1010100 | 0 | 111 | 100010110 | 1010100 | 110110 |
Color Harmonies of #A526EC
Complementary color
Monochromatic Colors of #A526EC
Black with #A526EC
Text Example
Text Example
White with #A526EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A526EC; }
p { color: rgb(165,38,236); }
H1.HeaderClassName
{
color: #A526EC;
}
.AnyTagClassName
{
color: #A526EC;
}
</style>
background-color css
<style>
a { background-color: #A526EC; }
a { background-color: rgb(165,38,236); }
div.DivClassName
{
background-color: #A526EC;
}
.BgClassName
{
background-color: #A526EC;
}
</style>
border-color css
<style>
span { border-color: #A526EC; }
span { border-color: rgb(165,38,236); }
td.TdClassName
{
border-color: #A526EC;
}
.TagClassName
{
border-color: #A526EC;
}
</style>