Shades of Blue Violet #A529FE
Tints of Blue Violet #A529FE
RGB
CMYK
RGB Variations
Color information
#A529FE (or 0xA529FE) is known color: Blue Violet. HEX triplet: A5, 29 and FE. RGB value is (165,41,254). Sum of RGB (Red+Green+Blue) = 165+41+254=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #A529FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A529FE is #5AD601. Grayscale: #656565. Windows color (decimal): -5953026 or 16656805. OLE color: 16656805.
HSL color Cylindrical-coordinate representation of color #A529FE: hue angle of 274.93º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A529FE is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 41 | 254 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.00 |
| HSL | 274.93º | 0.99% | 0.58% | - |
| HSV(B) | 274.93º | 0.84% | 1% | - |
| XYZ | 34.2 | 16.74 | 95.19 | - |
| YUV | 102.36 | 213.58 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 41 | 254 | 0.35 | 0.84 | 0 | 0.00 | 274.93 | 0.99 | 0.58 |
| Hex | A5 | 29 | FE | 23 | 54 | 0 | 0 | 113 | 63 | 3A |
| Octal | 245 | 51 | 376 | 43 | 124 | 0 | 0 | 423 | 143 | 72 |
| Binary | 10100101 | 101001 | 11111110 | 100011 | 1010100 | 0 | 0 | 100010011 | 1100011 | 111010 |
Color Harmonies of #A529FE
Complementary color
Monochromatic Colors of #A529FE
Black with #A529FE
Text Example
Text Example
White with #A529FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A529FE; }
p { color: rgb(165,41,254); }
H1.HeaderClassName
{
color: #A529FE;
}
.AnyTagClassName
{
color: #A529FE;
}
</style>
background-color css
<style>
a { background-color: #A529FE; }
a { background-color: rgb(165,41,254); }
div.DivClassName
{
background-color: #A529FE;
}
.BgClassName
{
background-color: #A529FE;
}
</style>
border-color css
<style>
span { border-color: #A529FE; }
span { border-color: rgb(165,41,254); }
td.TdClassName
{
border-color: #A529FE;
}
.TagClassName
{
border-color: #A529FE;
}
</style>