Shades of Blue Violet #A529E9
Tints of Blue Violet #A529E9
RGB
CMYK
RGB Variations
Color information
#A529E9 (or 0xA529E9) is known color: Blue Violet. HEX triplet: A5, 29 and E9. RGB value is (165,41,233). Sum of RGB (Red+Green+Blue) = 165+41+233=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 233 (91.41% from 255 or 53.08% from 439); Max value from RGB is 233 - color contains mainly: blue. Hex color #A529E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A529E9 is #5AD616. Grayscale: #636363. Windows color (decimal): -5953047 or 15280549. OLE color: 15280549.
HSL color Cylindrical-coordinate representation of color #A529E9: hue angle of 278.75º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A529E9 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 41 | 233 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.09 |
| HSL | 278.75º | 0.81% | 0.54% | - |
| HSV(B) | 278.75º | 0.82% | 0.91% | - |
| XYZ | 31.02 | 15.47 | 78.44 | - |
| YUV | 99.96 | 203.08 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 41 | 233 | 0.29 | 0.82 | 0 | 0.09 | 278.75 | 0.81 | 0.54 |
| Hex | A5 | 29 | E9 | 1D | 52 | 0 | 9 | 117 | 51 | 36 |
| Octal | 245 | 51 | 351 | 35 | 122 | 0 | 11 | 427 | 121 | 66 |
| Binary | 10100101 | 101001 | 11101001 | 11101 | 1010010 | 0 | 1001 | 100010111 | 1010001 | 110110 |
Color Harmonies of #A529E9
Complementary color
Monochromatic Colors of #A529E9
Black with #A529E9
Text Example
Text Example
White with #A529E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A529E9; }
p { color: rgb(165,41,233); }
H1.HeaderClassName
{
color: #A529E9;
}
.AnyTagClassName
{
color: #A529E9;
}
</style>
background-color css
<style>
a { background-color: #A529E9; }
a { background-color: rgb(165,41,233); }
div.DivClassName
{
background-color: #A529E9;
}
.BgClassName
{
background-color: #A529E9;
}
</style>
border-color css
<style>
span { border-color: #A529E9; }
span { border-color: rgb(165,41,233); }
td.TdClassName
{
border-color: #A529E9;
}
.TagClassName
{
border-color: #A529E9;
}
</style>