Shades of Blue Violet #A529FD
Tints of Blue Violet #A529FD
RGB
CMYK
RGB Variations
Color information
#A529FD (or 0xA529FD) is known color: Blue Violet. HEX triplet: A5, 29 and FD. RGB value is (165,41,253). Sum of RGB (Red+Green+Blue) = 165+41+253=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #A529FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A529FD is #5AD602. Grayscale: #656565. Windows color (decimal): -5953027 or 16591269. OLE color: 16591269.
HSL color Cylindrical-coordinate representation of color #A529FD: hue angle of 275.09º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A529FD is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 41 | 253 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.01 |
| HSL | 275.09º | 0.98% | 0.58% | - |
| HSV(B) | 275.09º | 0.84% | 0.99% | - |
| XYZ | 34.04 | 16.68 | 94.35 | - |
| YUV | 102.24 | 213.08 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 41 | 253 | 0.35 | 0.84 | 0 | 0.01 | 275.09 | 0.98 | 0.58 |
| Hex | A5 | 29 | FD | 23 | 54 | 0 | 1 | 113 | 62 | 3A |
| Octal | 245 | 51 | 375 | 43 | 124 | 0 | 1 | 423 | 142 | 72 |
| Binary | 10100101 | 101001 | 11111101 | 100011 | 1010100 | 0 | 1 | 100010011 | 1100010 | 111010 |
Color Harmonies of #A529FD
Complementary color
Monochromatic Colors of #A529FD
Black with #A529FD
Text Example
Text Example
White with #A529FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A529FD; }
p { color: rgb(165,41,253); }
H1.HeaderClassName
{
color: #A529FD;
}
.AnyTagClassName
{
color: #A529FD;
}
</style>
background-color css
<style>
a { background-color: #A529FD; }
a { background-color: rgb(165,41,253); }
div.DivClassName
{
background-color: #A529FD;
}
.BgClassName
{
background-color: #A529FD;
}
</style>
border-color css
<style>
span { border-color: #A529FD; }
span { border-color: rgb(165,41,253); }
td.TdClassName
{
border-color: #A529FD;
}
.TagClassName
{
border-color: #A529FD;
}
</style>