Shades of Blue Violet #A529F6
Tints of Blue Violet #A529F6
RGB
CMYK
RGB Variations
Color information
#A529F6 (or 0xA529F6) is known color: Blue Violet. HEX triplet: A5, 29 and F6. RGB value is (165,41,246). Sum of RGB (Red+Green+Blue) = 165+41+246=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 246 (96.48% from 255 or 54.42% from 452); Max value from RGB is 246 - color contains mainly: blue. Hex color #A529F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A529F6 is #5AD609. Grayscale: #646464. Windows color (decimal): -5953034 or 16132517. OLE color: 16132517.
HSL color Cylindrical-coordinate representation of color #A529F6: hue angle of 276.29º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A529F6 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 41 | 246 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.04 |
| HSL | 276.29º | 0.92% | 0.56% | - |
| HSV(B) | 276.29º | 0.83% | 0.96% | - |
| XYZ | 32.94 | 16.24 | 88.59 | - |
| YUV | 101.45 | 209.58 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 41 | 246 | 0.33 | 0.83 | 0 | 0.04 | 276.29 | 0.92 | 0.56 |
| Hex | A5 | 29 | F6 | 21 | 53 | 0 | 4 | 114 | 5C | 38 |
| Octal | 245 | 51 | 366 | 41 | 123 | 0 | 4 | 424 | 134 | 70 |
| Binary | 10100101 | 101001 | 11110110 | 100001 | 1010011 | 0 | 100 | 100010100 | 1011100 | 111000 |
Color Harmonies of #A529F6
Complementary color
Monochromatic Colors of #A529F6
Black with #A529F6
Text Example
Text Example
White with #A529F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A529F6; }
p { color: rgb(165,41,246); }
H1.HeaderClassName
{
color: #A529F6;
}
.AnyTagClassName
{
color: #A529F6;
}
</style>
background-color css
<style>
a { background-color: #A529F6; }
a { background-color: rgb(165,41,246); }
div.DivClassName
{
background-color: #A529F6;
}
.BgClassName
{
background-color: #A529F6;
}
</style>
border-color css
<style>
span { border-color: #A529F6; }
span { border-color: rgb(165,41,246); }
td.TdClassName
{
border-color: #A529F6;
}
.TagClassName
{
border-color: #A529F6;
}
</style>