Shades of Blue Violet #A529F0
Tints of Blue Violet #A529F0
RGB
CMYK
RGB Variations
Color information
#A529F0 (or 0xA529F0) is known color: Blue Violet. HEX triplet: A5, 29 and F0. RGB value is (165,41,240). Sum of RGB (Red+Green+Blue) = 165+41+240=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #A529F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A529F0 is #5AD60F. Grayscale: #646464. Windows color (decimal): -5953040 or 15739301. OLE color: 15739301.
HSL color Cylindrical-coordinate representation of color #A529F0: hue angle of 277.39º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A529F0 is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 41 | 240 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.06 |
| HSL | 277.39º | 0.87% | 0.55% | - |
| HSV(B) | 277.39º | 0.83% | 0.94% | - |
| XYZ | 32.04 | 15.88 | 83.81 | - |
| YUV | 100.76 | 206.58 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 41 | 240 | 0.31 | 0.83 | 0 | 0.06 | 277.39 | 0.87 | 0.55 |
| Hex | A5 | 29 | F0 | 1F | 53 | 0 | 6 | 115 | 57 | 37 |
| Octal | 245 | 51 | 360 | 37 | 123 | 0 | 6 | 425 | 127 | 67 |
| Binary | 10100101 | 101001 | 11110000 | 11111 | 1010011 | 0 | 110 | 100010101 | 1010111 | 110111 |
Color Harmonies of #A529F0
Complementary color
Monochromatic Colors of #A529F0
Black with #A529F0
Text Example
Text Example
White with #A529F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A529F0; }
p { color: rgb(165,41,240); }
H1.HeaderClassName
{
color: #A529F0;
}
.AnyTagClassName
{
color: #A529F0;
}
</style>
background-color css
<style>
a { background-color: #A529F0; }
a { background-color: rgb(165,41,240); }
div.DivClassName
{
background-color: #A529F0;
}
.BgClassName
{
background-color: #A529F0;
}
</style>
border-color css
<style>
span { border-color: #A529F0; }
span { border-color: rgb(165,41,240); }
td.TdClassName
{
border-color: #A529F0;
}
.TagClassName
{
border-color: #A529F0;
}
</style>