Shades of Blue Violet #A632E9
Tints of Blue Violet #A632E9
RGB
CMYK
RGB Variations
Color information
#A632E9 (or 0xA632E9) is known color: Blue Violet. HEX triplet: A6, 32 and E9. RGB value is (166,50,233). Sum of RGB (Red+Green+Blue) = 166+50+233=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #A632E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A632E9 is #59CD16. Grayscale: #686868. Windows color (decimal): -5885207 or 15282854. OLE color: 15282854.
HSL color Cylindrical-coordinate representation of color #A632E9: hue angle of 278.03º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A632E9 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 50 | 233 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.09 |
| HSL | 278.03º | 0.81% | 0.55% | - |
| HSV(B) | 278.03º | 0.79% | 0.91% | - |
| XYZ | 31.57 | 16.27 | 78.57 | - |
| YUV | 105.55 | 199.93 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 233 | 0.29 | 0.79 | 0 | 0.09 | 278.03 | 0.81 | 0.55 |
| Hex | A6 | 32 | E9 | 1D | 4F | 0 | 9 | 116 | 51 | 37 |
| Octal | 246 | 62 | 351 | 35 | 117 | 0 | 11 | 426 | 121 | 67 |
| Binary | 10100110 | 110010 | 11101001 | 11101 | 1001111 | 0 | 1001 | 100010110 | 1010001 | 110111 |
Color Harmonies of #A632E9
Complementary color
Monochromatic Colors of #A632E9
Black with #A632E9
Text Example
Text Example
White with #A632E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A632E9; }
p { color: rgb(166,50,233); }
H1.HeaderClassName
{
color: #A632E9;
}
.AnyTagClassName
{
color: #A632E9;
}
</style>
background-color css
<style>
a { background-color: #A632E9; }
a { background-color: rgb(166,50,233); }
div.DivClassName
{
background-color: #A632E9;
}
.BgClassName
{
background-color: #A632E9;
}
</style>
border-color css
<style>
span { border-color: #A632E9; }
span { border-color: rgb(166,50,233); }
td.TdClassName
{
border-color: #A632E9;
}
.TagClassName
{
border-color: #A632E9;
}
</style>