Shades of Blue Violet #A640EE
Tints of Blue Violet #A640EE
RGB
CMYK
RGB Variations
Color information
#A640EE (or 0xA640EE) is known color: Blue Violet. HEX triplet: A6, 40 and EE. RGB value is (166,64,238). Sum of RGB (Red+Green+Blue) = 166+64+238=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #A640EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A640EE is #59BF11. Grayscale: #717171. Windows color (decimal): -5881618 or 15614118. OLE color: 15614118.
HSL color Cylindrical-coordinate representation of color #A640EE: hue angle of 275.17º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A640EE is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 64 | 238 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.07 |
| HSL | 275.17º | 0.84% | 0.59% | - |
| HSV(B) | 275.17º | 0.73% | 0.93% | - |
| XYZ | 32.99 | 17.95 | 82.61 | - |
| YUV | 114.33 | 197.79 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 238 | 0.30 | 0.73 | 0 | 0.07 | 275.17 | 0.84 | 0.59 |
| Hex | A6 | 40 | EE | 1E | 49 | 0 | 7 | 113 | 54 | 3B |
| Octal | 246 | 100 | 356 | 36 | 111 | 0 | 7 | 423 | 124 | 73 |
| Binary | 10100110 | 1000000 | 11101110 | 11110 | 1001001 | 0 | 111 | 100010011 | 1010100 | 111011 |
Color Harmonies of #A640EE
Complementary color
Monochromatic Colors of #A640EE
Black with #A640EE
Text Example
Text Example
White with #A640EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A640EE; }
p { color: rgb(166,64,238); }
H1.HeaderClassName
{
color: #A640EE;
}
.AnyTagClassName
{
color: #A640EE;
}
</style>
background-color css
<style>
a { background-color: #A640EE; }
a { background-color: rgb(166,64,238); }
div.DivClassName
{
background-color: #A640EE;
}
.BgClassName
{
background-color: #A640EE;
}
</style>
border-color css
<style>
span { border-color: #A640EE; }
span { border-color: rgb(166,64,238); }
td.TdClassName
{
border-color: #A640EE;
}
.TagClassName
{
border-color: #A640EE;
}
</style>