Shades of Blue Violet #A640ED
Tints of Blue Violet #A640ED
RGB
CMYK
RGB Variations
Color information
#A640ED (or 0xA640ED) is known color: Blue Violet. HEX triplet: A6, 40 and ED. RGB value is (166,64,237). Sum of RGB (Red+Green+Blue) = 166+64+237=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #A640ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A640ED is #59BF12. Grayscale: #717171. Windows color (decimal): -5881619 or 15548582. OLE color: 15548582.
HSL color Cylindrical-coordinate representation of color #A640ED: hue angle of 275.38º degrees, saturation: 0.83, 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 #A640ED is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 64 | 237 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.07 |
| HSL | 275.38º | 0.83% | 0.59% | - |
| HSV(B) | 275.38º | 0.73% | 0.93% | - |
| XYZ | 32.85 | 17.89 | 81.84 | - |
| YUV | 114.22 | 197.29 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 237 | 0.30 | 0.73 | 0 | 0.07 | 275.38 | 0.83 | 0.59 |
| Hex | A6 | 40 | ED | 1E | 49 | 0 | 7 | 113 | 53 | 3B |
| Octal | 246 | 100 | 355 | 36 | 111 | 0 | 7 | 423 | 123 | 73 |
| Binary | 10100110 | 1000000 | 11101101 | 11110 | 1001001 | 0 | 111 | 100010011 | 1010011 | 111011 |
Color Harmonies of #A640ED
Complementary color
Monochromatic Colors of #A640ED
Black with #A640ED
Text Example
Text Example
White with #A640ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A640ED; }
p { color: rgb(166,64,237); }
H1.HeaderClassName
{
color: #A640ED;
}
.AnyTagClassName
{
color: #A640ED;
}
</style>
background-color css
<style>
a { background-color: #A640ED; }
a { background-color: rgb(166,64,237); }
div.DivClassName
{
background-color: #A640ED;
}
.BgClassName
{
background-color: #A640ED;
}
</style>
border-color css
<style>
span { border-color: #A640ED; }
span { border-color: rgb(166,64,237); }
td.TdClassName
{
border-color: #A640ED;
}
.TagClassName
{
border-color: #A640ED;
}
</style>