Shades of Blue Violet #A829EE
Tints of Blue Violet #A829EE
RGB
CMYK
RGB Variations
Color information
#A829EE (or 0xA829EE) is known color: Blue Violet. HEX triplet: A8, 29 and EE. RGB value is (168,41,238). Sum of RGB (Red+Green+Blue) = 168+41+238=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #A829EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A829EE is #57D611. Grayscale: #646464. Windows color (decimal): -5756434 or 15608232. OLE color: 15608232.
HSL color Cylindrical-coordinate representation of color #A829EE: hue angle of 278.68º degrees, saturation: 0.85, 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 #A829EE is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 41 | 238 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.07 |
| HSL | 278.68º | 0.85% | 0.55% | - |
| HSV(B) | 278.68º | 0.83% | 0.93% | - |
| XYZ | 32.37 | 16.08 | 82.29 | - |
| YUV | 101.43 | 205.08 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 238 | 0.29 | 0.83 | 0 | 0.07 | 278.68 | 0.85 | 0.55 |
| Hex | A8 | 29 | EE | 1D | 53 | 0 | 7 | 117 | 55 | 37 |
| Octal | 250 | 51 | 356 | 35 | 123 | 0 | 7 | 427 | 125 | 67 |
| Binary | 10101000 | 101001 | 11101110 | 11101 | 1010011 | 0 | 111 | 100010111 | 1010101 | 110111 |
Color Harmonies of #A829EE
Complementary color
Monochromatic Colors of #A829EE
Black with #A829EE
Text Example
Text Example
White with #A829EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A829EE; }
p { color: rgb(168,41,238); }
H1.HeaderClassName
{
color: #A829EE;
}
.AnyTagClassName
{
color: #A829EE;
}
</style>
background-color css
<style>
a { background-color: #A829EE; }
a { background-color: rgb(168,41,238); }
div.DivClassName
{
background-color: #A829EE;
}
.BgClassName
{
background-color: #A829EE;
}
</style>
border-color css
<style>
span { border-color: #A829EE; }
span { border-color: rgb(168,41,238); }
td.TdClassName
{
border-color: #A829EE;
}
.TagClassName
{
border-color: #A829EE;
}
</style>