Shades of Blue Violet #A529ED
Tints of Blue Violet #A529ED
RGB
CMYK
RGB Variations
Color information
#A529ED (or 0xA529ED) is known color: Blue Violet. HEX triplet: A5, 29 and ED. RGB value is (165,41,237). Sum of RGB (Red+Green+Blue) = 165+41+237=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #A529ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A529ED is #5AD612. Grayscale: #636363. Windows color (decimal): -5953043 or 15542693. OLE color: 15542693.
HSL color Cylindrical-coordinate representation of color #A529ED: hue angle of 277.96º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A529ED is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 41 | 237 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.07 |
| HSL | 277.96º | 0.84% | 0.55% | - |
| HSV(B) | 277.96º | 0.83% | 0.93% | - |
| XYZ | 31.6 | 15.7 | 81.49 | - |
| YUV | 100.42 | 205.08 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 41 | 237 | 0.30 | 0.83 | 0 | 0.07 | 277.96 | 0.84 | 0.55 |
| Hex | A5 | 29 | ED | 1E | 53 | 0 | 7 | 116 | 54 | 37 |
| Octal | 245 | 51 | 355 | 36 | 123 | 0 | 7 | 426 | 124 | 67 |
| Binary | 10100101 | 101001 | 11101101 | 11110 | 1010011 | 0 | 111 | 100010110 | 1010100 | 110111 |
Color Harmonies of #A529ED
Complementary color
Monochromatic Colors of #A529ED
Black with #A529ED
Text Example
Text Example
White with #A529ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A529ED; }
p { color: rgb(165,41,237); }
H1.HeaderClassName
{
color: #A529ED;
}
.AnyTagClassName
{
color: #A529ED;
}
</style>
background-color css
<style>
a { background-color: #A529ED; }
a { background-color: rgb(165,41,237); }
div.DivClassName
{
background-color: #A529ED;
}
.BgClassName
{
background-color: #A529ED;
}
</style>
border-color css
<style>
span { border-color: #A529ED; }
span { border-color: rgb(165,41,237); }
td.TdClassName
{
border-color: #A529ED;
}
.TagClassName
{
border-color: #A529ED;
}
</style>