Shades of Blue Violet #A638F0
Tints of Blue Violet #A638F0
RGB
CMYK
RGB Variations
Color information
#A638F0 (or 0xA638F0) is known color: Blue Violet. HEX triplet: A6, 38 and F0. RGB value is (166,56,240). Sum of RGB (Red+Green+Blue) = 166+56+240=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 240 (94.14% from 255 or 51.95% from 462); Max value from RGB is 240 - color contains mainly: blue. Hex color #A638F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A638F0 is #59C70F. Grayscale: #6D6D6D. Windows color (decimal): -5883664 or 15743142. OLE color: 15743142.
HSL color Cylindrical-coordinate representation of color #A638F0: hue angle of 275.87º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A638F0 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 56 | 240 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.06 |
| HSL | 275.87º | 0.86% | 0.58% | - |
| HSV(B) | 275.87º | 0.77% | 0.94% | - |
| XYZ | 32.87 | 17.23 | 84.03 | - |
| YUV | 109.87 | 201.44 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 240 | 0.31 | 0.77 | 0 | 0.06 | 275.87 | 0.86 | 0.58 |
| Hex | A6 | 38 | F0 | 1F | 4D | 0 | 6 | 114 | 56 | 3A |
| Octal | 246 | 70 | 360 | 37 | 115 | 0 | 6 | 424 | 126 | 72 |
| Binary | 10100110 | 111000 | 11110000 | 11111 | 1001101 | 0 | 110 | 100010100 | 1010110 | 111010 |
Color Harmonies of #A638F0
Complementary color
Monochromatic Colors of #A638F0
Black with #A638F0
Text Example
Text Example
White with #A638F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A638F0; }
p { color: rgb(166,56,240); }
H1.HeaderClassName
{
color: #A638F0;
}
.AnyTagClassName
{
color: #A638F0;
}
</style>
background-color css
<style>
a { background-color: #A638F0; }
a { background-color: rgb(166,56,240); }
div.DivClassName
{
background-color: #A638F0;
}
.BgClassName
{
background-color: #A638F0;
}
</style>
border-color css
<style>
span { border-color: #A638F0; }
span { border-color: rgb(166,56,240); }
td.TdClassName
{
border-color: #A638F0;
}
.TagClassName
{
border-color: #A638F0;
}
</style>