Shades of Blue Violet #A632EC
Tints of Blue Violet #A632EC
RGB
CMYK
RGB Variations
Color information
#A632EC (or 0xA632EC) is known color: Blue Violet. HEX triplet: A6, 32 and EC. RGB value is (166,50,236). Sum of RGB (Red+Green+Blue) = 166+50+236=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 50 (19.92% from 255 or 11.06% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #A632EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A632EC is #59CD13. Grayscale: #696969. Windows color (decimal): -5885204 or 15479462. OLE color: 15479462.
HSL color Cylindrical-coordinate representation of color #A632EC: hue angle of 277.42º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A632EC is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 50 | 236 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.07 |
| HSL | 277.42º | 0.83% | 0.56% | - |
| HSV(B) | 277.42º | 0.79% | 0.93% | - |
| XYZ | 32.01 | 16.44 | 80.84 | - |
| YUV | 105.89 | 201.43 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 236 | 0.30 | 0.79 | 0 | 0.07 | 277.42 | 0.83 | 0.56 |
| Hex | A6 | 32 | EC | 1E | 4F | 0 | 7 | 115 | 53 | 38 |
| Octal | 246 | 62 | 354 | 36 | 117 | 0 | 7 | 425 | 123 | 70 |
| Binary | 10100110 | 110010 | 11101100 | 11110 | 1001111 | 0 | 111 | 100010101 | 1010011 | 111000 |
Color Harmonies of #A632EC
Complementary color
Monochromatic Colors of #A632EC
Black with #A632EC
Text Example
Text Example
White with #A632EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A632EC; }
p { color: rgb(166,50,236); }
H1.HeaderClassName
{
color: #A632EC;
}
.AnyTagClassName
{
color: #A632EC;
}
</style>
background-color css
<style>
a { background-color: #A632EC; }
a { background-color: rgb(166,50,236); }
div.DivClassName
{
background-color: #A632EC;
}
.BgClassName
{
background-color: #A632EC;
}
</style>
border-color css
<style>
span { border-color: #A632EC; }
span { border-color: rgb(166,50,236); }
td.TdClassName
{
border-color: #A632EC;
}
.TagClassName
{
border-color: #A632EC;
}
</style>