Shades of Blue Violet #A529E6
Tints of Blue Violet #A529E6
RGB
CMYK
RGB Variations
Color information
#A529E6 (or 0xA529E6) is known color: Blue Violet. HEX triplet: A5, 29 and E6. RGB value is (165,41,230). Sum of RGB (Red+Green+Blue) = 165+41+230=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 230 (90.23% from 255 or 52.75% from 436); Max value from RGB is 230 - color contains mainly: blue. Hex color #A529E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A529E6 is #5AD619. Grayscale: #626262. Windows color (decimal): -5953050 or 15083941. OLE color: 15083941.
HSL color Cylindrical-coordinate representation of color #A529E6: hue angle of 279.37º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A529E6 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 41 | 230 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.10 |
| HSL | 279.37º | 0.79% | 0.53% | - |
| HSV(B) | 279.37º | 0.82% | 0.9% | - |
| XYZ | 30.59 | 15.3 | 76.2 | - |
| YUV | 99.62 | 201.58 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 41 | 230 | 0.28 | 0.82 | 0 | 0.10 | 279.37 | 0.79 | 0.53 |
| Hex | A5 | 29 | E6 | 1C | 52 | 0 | A | 117 | 4F | 35 |
| Octal | 245 | 51 | 346 | 34 | 122 | 0 | 12 | 427 | 117 | 65 |
| Binary | 10100101 | 101001 | 11100110 | 11100 | 1010010 | 0 | 1010 | 100010111 | 1001111 | 110101 |
Color Harmonies of #A529E6
Complementary color
Monochromatic Colors of #A529E6
Black with #A529E6
Text Example
Text Example
White with #A529E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A529E6; }
p { color: rgb(165,41,230); }
H1.HeaderClassName
{
color: #A529E6;
}
.AnyTagClassName
{
color: #A529E6;
}
</style>
background-color css
<style>
a { background-color: #A529E6; }
a { background-color: rgb(165,41,230); }
div.DivClassName
{
background-color: #A529E6;
}
.BgClassName
{
background-color: #A529E6;
}
</style>
border-color css
<style>
span { border-color: #A529E6; }
span { border-color: rgb(165,41,230); }
td.TdClassName
{
border-color: #A529E6;
}
.TagClassName
{
border-color: #A529E6;
}
</style>