Shades of Blue Violet #A526EF
Tints of Blue Violet #A526EF
RGB
CMYK
RGB Variations
Color information
#A526EF (or 0xA526EF) is known color: Blue Violet. HEX triplet: A5, 26 and EF. RGB value is (165,38,239). Sum of RGB (Red+Green+Blue) = 165+38+239=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #A526EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A526EF is #5AD910. Grayscale: #626262. Windows color (decimal): -5953809 or 15672997. OLE color: 15672997.
HSL color Cylindrical-coordinate representation of color #A526EF: hue angle of 277.91º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A526EF is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 38 | 239 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.06 |
| HSL | 277.91º | 0.86% | 0.54% | - |
| HSV(B) | 277.91º | 0.84% | 0.94% | - |
| XYZ | 31.79 | 15.62 | 83 | - |
| YUV | 98.89 | 207.08 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 38 | 239 | 0.31 | 0.84 | 0 | 0.06 | 277.91 | 0.86 | 0.54 |
| Hex | A5 | 26 | EF | 1F | 54 | 0 | 6 | 116 | 56 | 36 |
| Octal | 245 | 46 | 357 | 37 | 124 | 0 | 6 | 426 | 126 | 66 |
| Binary | 10100101 | 100110 | 11101111 | 11111 | 1010100 | 0 | 110 | 100010110 | 1010110 | 110110 |
Color Harmonies of #A526EF
Complementary color
Monochromatic Colors of #A526EF
Black with #A526EF
Text Example
Text Example
White with #A526EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A526EF; }
p { color: rgb(165,38,239); }
H1.HeaderClassName
{
color: #A526EF;
}
.AnyTagClassName
{
color: #A526EF;
}
</style>
background-color css
<style>
a { background-color: #A526EF; }
a { background-color: rgb(165,38,239); }
div.DivClassName
{
background-color: #A526EF;
}
.BgClassName
{
background-color: #A526EF;
}
</style>
border-color css
<style>
span { border-color: #A526EF; }
span { border-color: rgb(165,38,239); }
td.TdClassName
{
border-color: #A526EF;
}
.TagClassName
{
border-color: #A526EF;
}
</style>