Shades of Blue Violet #A646ED
Tints of Blue Violet #A646ED
RGB
CMYK
RGB Variations
Color information
#A646ED (or 0xA646ED) is known color: Blue Violet. HEX triplet: A6, 46 and ED. RGB value is (166,70,237). Sum of RGB (Red+Green+Blue) = 166+70+237=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #A646ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A646ED is #59B912. Grayscale: #757575. Windows color (decimal): -5880083 or 15550118. OLE color: 15550118.
HSL color Cylindrical-coordinate representation of color #A646ED: hue angle of 274.49º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A646ED is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 70 | 237 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.07 |
| HSL | 274.49º | 0.82% | 0.6% | - |
| HSV(B) | 274.49º | 0.7% | 0.93% | - |
| XYZ | 33.2 | 18.6 | 81.96 | - |
| YUV | 117.74 | 195.3 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 237 | 0.30 | 0.70 | 0 | 0.07 | 274.49 | 0.82 | 0.6 |
| Hex | A6 | 46 | ED | 1E | 46 | 0 | 7 | 112 | 52 | 3C |
| Octal | 246 | 106 | 355 | 36 | 106 | 0 | 7 | 422 | 122 | 74 |
| Binary | 10100110 | 1000110 | 11101101 | 11110 | 1000110 | 0 | 111 | 100010010 | 1010010 | 111100 |
Color Harmonies of #A646ED
Complementary color
Monochromatic Colors of #A646ED
Black with #A646ED
Text Example
Text Example
White with #A646ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A646ED; }
p { color: rgb(166,70,237); }
H1.HeaderClassName
{
color: #A646ED;
}
.AnyTagClassName
{
color: #A646ED;
}
</style>
background-color css
<style>
a { background-color: #A646ED; }
a { background-color: rgb(166,70,237); }
div.DivClassName
{
background-color: #A646ED;
}
.BgClassName
{
background-color: #A646ED;
}
</style>
border-color css
<style>
span { border-color: #A646ED; }
span { border-color: rgb(166,70,237); }
td.TdClassName
{
border-color: #A646ED;
}
.TagClassName
{
border-color: #A646ED;
}
</style>