Shades of Blue Violet #A638EC
Tints of Blue Violet #A638EC
RGB
CMYK
RGB Variations
Color information
#A638EC (or 0xA638EC) is known color: Blue Violet. HEX triplet: A6, 38 and EC. RGB value is (166,56,236). Sum of RGB (Red+Green+Blue) = 166+56+236=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #A638EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A638EC is #59C713. Grayscale: #6C6C6C. Windows color (decimal): -5883668 or 15480998. OLE color: 15480998.
HSL color Cylindrical-coordinate representation of color #A638EC: hue angle of 276.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A638EC is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 56 | 236 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.07 |
| HSL | 276.67º | 0.83% | 0.57% | - |
| HSV(B) | 276.67º | 0.76% | 0.93% | - |
| XYZ | 32.28 | 16.99 | 80.94 | - |
| YUV | 109.41 | 199.44 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 236 | 0.30 | 0.76 | 0 | 0.07 | 276.67 | 0.83 | 0.57 |
| Hex | A6 | 38 | EC | 1E | 4C | 0 | 7 | 115 | 53 | 39 |
| Octal | 246 | 70 | 354 | 36 | 114 | 0 | 7 | 425 | 123 | 71 |
| Binary | 10100110 | 111000 | 11101100 | 11110 | 1001100 | 0 | 111 | 100010101 | 1010011 | 111001 |
Color Harmonies of #A638EC
Complementary color
Monochromatic Colors of #A638EC
Black with #A638EC
Text Example
Text Example
White with #A638EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A638EC; }
p { color: rgb(166,56,236); }
H1.HeaderClassName
{
color: #A638EC;
}
.AnyTagClassName
{
color: #A638EC;
}
</style>
background-color css
<style>
a { background-color: #A638EC; }
a { background-color: rgb(166,56,236); }
div.DivClassName
{
background-color: #A638EC;
}
.BgClassName
{
background-color: #A638EC;
}
</style>
border-color css
<style>
span { border-color: #A638EC; }
span { border-color: rgb(166,56,236); }
td.TdClassName
{
border-color: #A638EC;
}
.TagClassName
{
border-color: #A638EC;
}
</style>